Skip to content

feat: click now-playing cover/title/artist to navigate (#69)#72

Merged
klay2000 merged 1 commit into
mainfrom
issue-69
Jun 15, 2026
Merged

feat: click now-playing cover/title/artist to navigate (#69)#72
klay2000 merged 1 commit into
mainfrom
issue-69

Conversation

@klay2000

Copy link
Copy Markdown
Owner

Summary

  • Clicking the album art or track title in the player bar's now-playing area navigates to that track's album page
  • Clicking the artist name navigates to the artist page
  • Adds hover styling (pointer cursor, dim/underline) to indicate these are clickable
  • Falls back to non-interactive display if albumId/artistId are missing

Closes #69

Test plan

  • npm run build passes
  • npm test passes (36 tests)
  • Manually verified: clicking cover/title opens album page, clicking artist opens artist page

🤖 Generated with Claude Code

@klay2000 klay2000 merged commit ab001af into main Jun 15, 2026
1 check passed
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.

Click Current Song/Artist

1 participant