Babali42/DrumBeatRepo

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

Open

#478 opened on Jul 13, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (8 forks)auto 404
good first issue

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide