feat: adopt brand logo lockup (ui#29 wave 2) - #7
Merged
Conversation
Picks up the serif heading typography (Fraunces h1–h3), kbd mono, the semantic state tokens, and the new weave mark (auto via <Symbol>) from the design-system brand refresh. Refs #29 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The app exposed no --font-fraunces, so ui 0.7.0's h1–h3 serif rule fell back to system serif. Load Fraunces via next/font and expose --font-fraunces on the document root to complete the chain. Refs #29 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Tier 3 — in-app logo lockup
Adopts the shared
<Logo label="…">lockup from@mind-studio/ui0.7.0 (shared weave mark + per-app wordmark in the brand serif) across all four of projects' primary brand wordmark surfaces. Each previously rendered a bare<Symbol>+ afont-displaytext wordmark; they now render the unified lockup.src/components/Shell.tsxLink href="/")src/components/WorkspaceShell.tsx· {HUB_BRANDING.title}tagline as a sibling spansrc/components/RouterShell.tsxsrc/components/Landing.tsx· {brand.title}taglineThe wordmark is passed as
label={profile.appName}so the deployment seam (the env-configurable app title, default"Projects") is preserved while gaining the shared mark and brand serif.Out of scope (Tier 3 only): no favicon / manifest / OG generation.
Not churned (incidental
<Symbol>glyphs — left as-is)These are decorative glyphs, not the brand wordmark lockup, so they were deliberately left untouched:
Shell.tsx— "no project" / "no access" empty-state glyphsRouterShell.tsx— empty-state glyph and per-project launcher card glyphschat/page.tsx— the assistant chat-bubble avatar and chat empty-state glyphTest plan
npm run typecheck— cleannpm run lint— exit 0 (only pre-existing warnings, none in changed lockup code)npm run test— passes (no test files;--passWithNoTests)npm run build— succeeds, all 13 routes generatedFraunces is already loaded via
next/font(--font-fraunces) on the bump branch, so the<Logo>wordmark renders in the brand serif.Wave 2 fan-out (Tier 3 only), pattern from drive#17.
🤖 Generated with Claude Code