feat: Now Playing button + picker + Recent Listens on dashboard#106
Open
eboudrant wants to merge 1 commit into
Open
feat: Now Playing button + picker + Recent Listens on dashboard#106eboudrant wants to merge 1 commit into
eboudrant wants to merge 1 commit into
Conversation
Adds the primary entry point for logging a listen: - "Now Playing" section above Random Picks with a full-width CTA. - Picker modal: filter-your-collection input + cover grid. Tap a record to log a listen and close. - "Recent Listens" strip under the CTA — up to 8 covers across the collection, newest first. Empty-state message when there are none. - 9 new i18n keys per locale. - Playwright tests for the section + picker. Fixture extended so unfiltered GET /api/listens returns the flattened list. - Dashboard + setup-wizard baselines regenerated (shifted under the new section). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 3 (final) of the Listens feature. The dashboard now has the primary entry point: a Now Playing button that opens a collection picker + a Recent Listens cover strip.
This PR's diff currently includes PR #105 (detail-panel listens) since it's branched off it. Once PR #105 merges into `main`, this diff will collapse to only the Phase 3 changes.
Test plan
Not auto-merging
Per feedback: UI PRs need your review before landing.
🤖 Generated with Claude Code