3.0 KiB
3.0 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, references, documentation, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | references | documentation | priority | ordinal | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ML-142 | Improve scrobble UI in the Release component | In Progress | 2026-04-20 09:32 | 2026-04-22 12:42 |
|
|
|
medium | 1000 |
Description
The Release component's scrobble interface has several usability gaps that make scrobbling cumbersome, especially for multi-medium releases. This task improves the experience across three areas: custom scrobble time, button visual clarity, and per-medium scrobble access.
Acceptance Criteria
- #1 The release-sheet header renders a
Finished atdate/time picker that displays 'Now' when unset and an explicit time when set - #2 The release-sheet header renders a solid-primary
Scrobble releasebutton that scrobbles the whole release using the picker value orDateTime.utc_now()when unset - #3 The release-sheet header renders a
⋯overflow menu containingPrint tracklist, plusConnect Last.fmwhen the session key is missing - #4 The duplicate top-level
Tracksmaster checkbox shown on single-medium releases is removed - #5 Each medium header renders a soft-primary
Scrobble discbutton that is enabled regardless of cross-medium track selection - #6 Each medium header renders a
⋯overflow menu containingPrint tracklistfor that medium - #7 A sticky bar appears at the bottom of the sheet body whenever
MapSet.size(@selected_tracks) > 0, showing track count, medium count, aggregate duration, and aScrobble selectedbutton - #8 The sticky bar is not rendered when no tracks are selected
- #9
Scrobble selectedscrobbles only the ticked tracks using the picker value orDateTime.utc_now()when unset - #10 Clicking a per-medium
Scrobble discsubmits that medium regardless of selection elsewhere, using the picker value orDateTime.utc_now() - #11 The picker has a reset affordance that clears the value back to 'Now'
- #12 Disabled scrobble buttons are visibly distinct from enabled ones in both light and dark mode (verified in browser)
- #13 On viewports ≤ 380px the header reflows: title row above a second row containing the picker (flex-1) and the
Scrobble releasebutton; per-medium scrobble collapses to icon-only; sticky bar stays legible - #14
ScrobbleLive.Showper-medium scrobble handler works with tracks selected (regression test) - #15 All new user-facing strings wrapped in gettext;
.pot/.pofiles regenerated viamix gettext.extract --merge - #16 New LiveComponent tests cover: default picker state, picker value propagating to all three scrobble handlers, sticky-bar rendering, and medium-button enabled-with-selection