forked from abh1nash/ace-daw
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
priority: P1ImportantImportantrefactorCode refactoring and architecture improvementsCode refactoring and architecture improvements
Description
Description
src/components/timeline/Timeline.tsx is 1,442 lines acting as a mega-container for track rendering, scroll sync, keyboard navigation, playhead, and marker management.
Proposed Extraction
useTimelineKeyboard.ts— Extract 200+ line keyboard handleruseTimelineScroll.ts— Extract scroll sync logicPlayheadOverlay.tsx— Playhead positioning and renderingArrangementMarkers.tsx— Loop markers, location markers
Acceptance Criteria
- Timeline.tsx reduced to < 500 lines
- Keyboard navigation fully preserved
- Scroll sync works identically
- All existing tests pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: P1ImportantImportantrefactorCode refactoring and architecture improvementsCode refactoring and architecture improvements