feat: rebuild the calendar as an agenda board - #8
Open
lucasclgibson wants to merge 5 commits into
Open
Conversation
Move event selection and formatting into schedule.ts with unit tests, and render a next-event panel alongside a grouped agenda list. - Add a next_event_only setting for a single full-screen event - Size the event title to its length so long titles stay readable - Give agenda days a rule and more room between events - Capture screenshots for every calendar mode
lucasclgibson
force-pushed
the
feat/calendar-agenda-board
branch
from
August 19, 2026 15:36
c1f2333 to
52757b0
Compare
lucasclgibson
marked this pull request as ready for review
August 19, 2026 15:40
- Picks up the released isLightColor helper the app already imports
- ICU spaces the range dash differently between versions, so CI and local disagreed on formatEventTime
- Keeps the emulator settings in step with both manifests
The size ladder only applied in next-event-only mode, so the agenda kept long titles at full size and clamped them instead. - Apply the long and very long steps in both modes - Raise the line height so descenders are not clipped by the clamp - Allow three lines in portrait rather than two
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.
Moves event selection and formatting into
schedule.tswith unit tests, and renders a next-event panel alongside a grouped agenda list.next_event_onlysetting for a single full-screen event, for a panel outside a meeting roomKnown blocker:
buildfails on the published SDK becauseisLightColoris not released yet. This cannot go green until@screenly/edge-appsships that helper and the pin is bumped.