fixed cover-grid selection and queuing behavior, added "clear queue" button

This commit is contained in:
2026-02-20 13:16:13 -05:00
parent 560ab3a3b5
commit 7bc85af5f4
10 changed files with 638 additions and 141 deletions
@@ -132,4 +132,8 @@ export class QueueController implements ReactiveController {
): void {
queueStore.moveTracksInQueue(fromIndices, toIndex);
}
clearQueue(): void {
queueStore.clearQueue();
}
}