feat(new-ui): visual redesign — Mission Control theme#89
Open
tarasyarema wants to merge 2 commits intomainfrom
Open
feat(new-ui): visual redesign — Mission Control theme#89tarasyarema wants to merge 2 commits intomainfrom
tarasyarema wants to merge 2 commits intomainfrom
Conversation
Replace the beehive/amber theme with a clean, professional "Mission Control" design built on shadcn/ui's native Zinc palette with amber as strategic accent. Key changes: - New oklch color system (Zinc neutrals, amber primary) for both dark/light modes - Remove Graduate font, honeycomb patterns, hex clip-paths, glow effects - Rewrite stats bar from hexagonal layout to clean card grid - Refine status badges with dot+text pattern and semantic colors - Retheme AG Grid to use shadcn/ui CSS vars (automatic dark/light switching) - Group sidebar navigation semantically (Core, Communication, Operations, System) - Replace all hardcoded amber references with CSS var tokens across 13 pages - Update Recharts colors and tooltip styles to match theme - Simplify health indicator (static dot, no heartbeat animation)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Replace inline oklch values in Recharts components with CSS variable references so charts adapt correctly to both dark and light modes. Also fix duplicate import and no-op hover class from code review.
Contributor
Author
Visual Walkthrough — Mission Control RedesignAutomated browser walkthrough completed across all 12 pages in both dark and light modes. All acceptance criteria verified: Dark Mode (Primary)
Light Mode
Verified Clean📹 Local video walkthrough: |
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
What changed
Color System (
globals.css)--primaryfor both dark/light modes--color-hive-*), terminal vars (--color-terminal-*), HSL sidebar overrides,@theme inlinebridgeComponents
satisfiesfor type safetyPages (all 13)
font-display text-2xl font-bold→text-xl font-semiboldacross all page headersbg-amber-600 hover:bg-amber-700→bg-primary hover:bg-primary/90for action buttonstext-amber-400→text-primary(links) ortext-muted-foreground(decorative icons)Typography
Test plan
pnpm buildpasses with 0 errorsnpx tsc --noEmitpasses with 0 TS errorsgrep -r "honeycomb\|glow-amber\|Graduate\|hex-border\|font-display\|hive-\|terminal-" new-ui/src/returns 0 results