feat: add drag-and-drop song reordering in the GUI (Closes #19) #22

Merged
shahondin1624 merged 1 commits from feature/issue-19-drag-and-drop-song-reordering into main 2026-03-17 14:30:08 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
bed20d09ec feat: add drag-and-drop song reordering in the GUI (Closes #19)
Add a ReorderableSongList composable that supports long-press drag-and-drop
reordering with visual drop target highlighting. Drag-and-drop is only
enabled when songs.order is "manual"; alphabetical mode shows a hint.
The custom order is passed to SongbookPipeline via a new customSongOrder
parameter and a reset button restores the original order.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 14:29:39 +01:00