Skip to content

feat(karaoke): open Cover Flow from title card album art#1053

Draft
ryokun6 wants to merge 1 commit intomainfrom
cursor/karaoke-title-card-cover-flow-7523
Draft

feat(karaoke): open Cover Flow from title card album art#1053
ryokun6 wants to merge 1 commit intomainfrom
cursor/karaoke-title-card-cover-flow-7523

Conversation

@ryokun6
Copy link
Copy Markdown
Owner

@ryokun6 ryokun6 commented Apr 26, 2026

Summary

  • Title card: When lyrics are on and the intro title card shows album art, the art is a focusable button (aria-label uses the existing iPod Cover Flow menu string). Click/tap opens Cover Flow and does not steal clicks from the rest of the screen (only the sleeve area uses pointer-events-auto).
  • Hook: Added handleOpenCoverFlow so opening from the title card always shows Cover Flow when the library has tracks, without toggling it closed if it was already open (unlike handleToggleCoverFlow).
  • App: Wired onTitleCardCoverClick for window and fullscreen lyrics overlays; marks user interaction and registerActivity() for autoplay / UI timers.

Testing

  • PATH="/root/.bun/bin:$PATH" bun run build — TypeScript + Vite production build succeeded.

No browser walkthrough: AGENTS.md says to skip GUI testing unless requested; change is a small click handler plus build verification.

Open in Web Open in Cursor 

Add handleOpenCoverFlow so clicking the title card cover always opens
Cover Flow (when the library has tracks) without toggling it closed.

Co-authored-by: Ryo Lu <me@ryo.lu>
@ryos-deploy
Copy link
Copy Markdown

ryos-deploy Bot commented Apr 26, 2026

The preview deployment for ryos-dev is ready. 🟢

Open Preview | Open Build Logs | Open Application Logs

Last updated at: 2026-04-26 04:27:43 CET

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants