ui: modern surface revamp (light + dark) - #13
Merged
Merged
Conversation
Bright high-contrast dark typography, fully light chrome in light mode, contained report pane with thin auto-hide scrollbar, Inter + JetBrains Mono, and theme CSS variables replacing hard-coded dark surfaces.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
Closing: internal work lands as direct commits on main (no PR). Changes already fast-forwarded to main @34023f4. |
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
Full visual UI revamp for Synthesis — themes, typography, surfaces, and report pane scrolling. No functional/API changes.
What changed
#f8fafc/#ffffffheadings), stronger muted hierarchy — no more dim washed-out copy.bg-[#05060f],bg-[#0b0e1a],bg-black/*). Header, research brief, agent graph, report tabs, telemetry, and recent runs all use theme tokens so light mode stays fully light and cohesive.max-height: min(70vh, 720px)),overflow-y: auto, thin overlay scrollbar that appears on hover / focus / scroll intent (.scrollbar-overlay+.is-scrolling).next/font/googleonlayout.tsx..panel,.chrome-header,.input-surface,.text-heading,.text-dim, etc.) that flip with[data-theme].Files
src/app/globals.css— theme tokens, surfaces, scrollbars, markdownsrc/app/layout.tsx— Inter + JetBrains Monosrc/components/synthesis/App.tsx— theme-aware chrome (was hard-coded dark)src/components/synthesis/ReportView.tsx— theme text; scroll owned by parent panesrc/components/synthesis/AgentGraph.tsx— theme-aware pending nodes / edgessrc/components/synthesis/Timeline.tsx— theme text colors; height via parent panesrc/components/ThemeToggle.tsx— unchanged behavior (synthesis-themelocalStorage)Verification checklist
localStoragekeysynthesis-themepersistsLive reference (before): https://synthesis-gold.vercel.app/