Babali42/DrumBeatRepo

Refacto : Move genre and beat dropdown/select outside of sequencer component

Open

#478 aperta il 13 lug 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (8 fork)auto 404
good first issue

Metriche repository

Star
 (23 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Issue :

The Sequencer component is no SRP (Single Responsibility Principle) at all.

To allow futur modification and features we must separate library managment (select beat or genre) from this component template and ts code.

Proposed Solution :

Move the select html control up and either use angular input or sequencerService dispatch to manage the state

Guida contributor