design: project-details typography + tagline + brightness time ruler#162
Merged
sacha-l merged 1 commit intoMay 22, 2026
Merged
Conversation
…e ruler - Project details: convert the Overview/Milestones tab content (Final Deliverables, Submission Status, placeholders) from shadcn Card + sans/muted type to the app's panel + mono/LCD aesthetic (label-hw headers, hardware link rows, text-body). Tab labels become mono/uppercase. Drop the now-unused Card import. Align TeamPaymentSection's leftover muted token to text-label-dim. - Hero tagline: "Stuff people build here. Browse our programs, leave your mark." - Brightness rack: lay the hour scale out by time of day (00h…20h left→right in order, instead of by solar brightness which made 8h/16h collide). Phase anchors (NIGHT/DAWN/NOON/DUSK) sit at their real clock times and the green "now" tick marks the current time on the ruler.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
sacha-l
added a commit
that referenced
this pull request
May 22, 2026
design: re-land round-2 polish onto develop (#162 was stranded)
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
Round 2 of the design polish. Stacked on #161 (base =
feat/landing-logo-footer-audio); retarget todeveloponce #161 merges.Card+ sans/text-muted-foreground. Converted to the app's hardware aesthetic:panelblocks,label-hwheaders, mono/uppercase link rows,text-body. Tab labels are now mono/uppercase. Removed the now-unusedCardimport; alignedTeamPaymentSection's leftover muted token totext-label-dim.Test plan
cd client && npm run build— cleancd client && npm run lint— clean (0 warnings)solarTarget is not defined(tsc didn't flag it —strict:false) during browser verification.Draft, not merging (per CLAUDE.md §6).