feat: redesign the reader as a news board - #33
Open
lucasclgibson wants to merge 2 commits into
Open
Conversation
Replace the card grid over a photo background with a news board on the brand canvas. The lead story gets a featured image, headline and excerpt, with the remaining headlines and thumbnails listed beside it. - add mode setting: headlines (default) or a text-only list - show featured images when the feed provides them, hidden cleanly when it does not or a load fails - honour brand colours via setupTheme and isLightColor - drop bg.webp, saving about 900 KB - capture screenshots for both modes
The checks workflow only covered main, so pull requests against development ran no CI. Mirror the trigger list used by the other edge app repos.
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 RSS reader as a news board, following the clock, calendar and menu board redesigns. The lead story gets a featured image, headline and excerpt, with the remaining headlines and thumbnails listed beside it. Images come from the feed itself and hide cleanly when a feed has none or a load fails. The photo background and card grid are gone, cutting the shipped assets by about 900 KB.
Adds a mode setting for the screen's placement: headlines (lead story and list, the default) or a text-only list for maximum readability. Brand colours come from setupTheme with an isLightColor guardrail. Screenshots cover both modes at all resolutions.