Queue fix + cross-client queue enhancements #112
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Merges the queue fix + enhancement batch to
main. All CI-green ondev(web run #535, Android run #537).Fix
QueueDrawerwas rendered outsideQueryClientProvider, so the queueLikeButton(added in #1596) threw "No QueryClient was found" the moment the queue populated on first play, aborting the reactive flush that starts playback. Moved the drawer inside the provider.Queue enhancements (web + Android)
Heavy survey items (Up-Next sectioning, save-queue-as-playlist, multi-select) were intentionally scoped out.
🤖 Generated with Claude Code
QueueList gains an `active` prop; when it flips true (drawer opens) or on mount (now-playing panel) it centers the current row in view. Index/length are read untracked so it positions once per open rather than following auto-advance, matching the Android queue. QueueDrawer passes active={queueDrawerOpen} since its aside is always mounted. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>