Restructure home into Stage layout with player-first hierarchy#139
Merged
Merged
Conversation
Rethinks the dashboard's information architecture as a music player rather than an ops console: - Hero now-playing stage: large artwork with ambient backdrop, display-type track title, circular transport controls with a gradient play button, and inline volume/rooms/queue stats - Room selection becomes tappable pill chips (replacing the select), with group/ungroup actions and the direct-URL row in the hero footer - Library promoted to primary content with an iOS-style segmented control, pill search, dashed add-chips, and hover-revealed play buttons on rows - Up Next and Automation move to a compact side rail; device health, activity, and shortcuts demoted to a quiet system strip - Staggered entrance animations and spring micro-interactions, disabled under prefers-reduced-motion - Sidebar nav grouped under Listen / Insights / Manage section labels; desktop top bar slimmed to a utility bar (brand lives in sidebar) All Blazor bindings and test selectors (#home-library-tab-*, data-qa hooks, home-ops-* class hooks, aria-labels) are preserved.
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.
Rethinks the dashboard's information architecture as a music player rather than an ops console:
All Blazor bindings and test selectors (#home-library-tab-, data-qa hooks, home-ops- class hooks, aria-labels) are preserved.
Summary of change
Describe what changed and why.
Related issue(s)
Closes #
Related #
Type of change
Validation performed
dotnet testAdd command output snippets or short evidence notes:
UI changes (if applicable)
Docs and maintenance