feat: introduce the control room dashboard - #12
Merged
Conversation
The dashboard gave sync health, recent additions and configuration equal weight, making routine checks harder to scan. Navigation also disappeared on small screens. Introduce a responsive sidebar and a dashboard with prominent sync status, three summary counts, recent films and a preview of four watch lists. Keep the existing palette and live progress, distinguish missing data from empty results, and move configuration details into an expandable summary. Adjust shared controls and Settings fields to fit desktop and mobile screens.
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.
Why
The dashboard gave sync health, recent additions and configuration equal weight, making routine checks harder to scan. Navigation disappeared on small screens, and some Settings fields extended beyond the viewport.
What
Introduce the Control room layout with a responsive sidebar, prominent sync status, three summary counts, recent additions and a preview of four watch lists linked to their films. Preserve the existing palette and live sync progress, show distinct first-run, interrupted, failed and unavailable states, and move configuration details into an expandable summary. Use the configured sync interval rather than an estimated next-run countdown. Update shared buttons and focus styles, and make Settings fields fit mobile screens.
Prepared for minor release
v1.10.0. Frontend lint, TypeScript and the production build pass. Browser checks with mocked API responses cover 320–1440px layouts, long content, navigation, list details, settings disclosure, sync progress/completion/rejection, empty/error states, retry and logout.