feat(web): port the decided iOS Train look — DIN-style display type + media-led hero - #34
Merged
Merged
Conversation
… media-led hero Bebas Neue (free stand-in for DIN Condensed, which iOS ships but browsers can't license) drives a new --display token: screen titles, kickers, CTA text, and headline-scale numerals go condensed uppercase, matching docs/native-app-design.md's decided Train system. Space Grotesk stays as the --num fallback for inline numerals below headline scale. Today's hero card and the session-summary PR banner get the mockups' media-led treatment — full-bleed photo + scrim in dark, photo stacked above the text in light (never behind it, per the round's contrast rule). Photos are the mockups' placeholder set, copied into web/public/media/mood/. CLAUDE.md's design-system section updated to describe the new system. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
--displaytoken — screen titles, kickers, CTA text, and headline-scale numerals go condensed uppercase, matching the decided Train system indocs/native-app-design.md. Space Grotesk stays as the--numfallback for smaller inline numerals.web/public/media/mood/.CLAUDE.md's design-system section updated to describe the new type/media system.today.tsx's hero card (kept the food feature's "Tonight · dinner" line, nested inside the new photo overlay).Scope: Train-equivalent web screens only (Today/Plan, session logging, Progress) — Cook/Shop are native-only modules with no web surface to touch.
Test plan
cd server && python -m pytest tests/ -q— 85 passedcd web && npm run build— clean🤖 Generated with Claude Code