feat: redesign the timer as a full page display - #8
Open
lucasclgibson wants to merge 1 commit into
Open
Conversation
Replace the app-header and glass card with a plain full page layout on the brand canvas. The progress ring is now the centrepiece and a new mode setting picks the layout for the screen's placement. - add mode setting: ring (default) or digits only - honour brand colours via setupTheme and isLightColor - colour ring ticks with CSS classes instead of stroke attributes - drop bg.webp and the Inria Sans fonts, saving about 830 KB - capture screenshots for both modes
lucasclgibson
marked this pull request as ready for review
August 20, 2026 07:32
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.
Redesigns the timer as a full page display on the brand canvas, following the clock, calendar and menu board redesigns. The progress ring is now the centrepiece, brand colours come from setupTheme with an isLightColor guardrail, and the old background image and bundled fonts are gone, cutting the shipped assets by about 830 KB.
Adds a mode setting so customers can pick the layout for the screen's placement: ring (date and progress ring, the default) or digits only for maximum readability at a distance. Screenshots cover both modes at all resolutions.