style(composer): unify chat composer surface with message stream#26
Merged
Conversation
Drop the darker --chrome-bg band behind the composer in favor of --body-bg so the message stream and composer share one surface with no hard seam. The input shell becomes the only visible frame: softer 10px radius and a faint resting shadow.
Turn the git branch + PR row into a full-bleed footer dock with a chrome surface and top border anchored to the bottom of the reading column. Add a soft elevation to the content column so it reads as a raised panel against the darker chrome, especially when framed by both sidebars.
- Add display_override: [window-controls-overlay, standalone] to manifest so installed PWA defaults to WCO compact mode on Chrome/Edge - Draw session and index headers into the OS title bar via env(titlebar-area-*) with full-width border-bottom and content inset past traffic lights / Chrome buttons on both sides - Match Chrome's control strip (left/right of our header) by setting theme-color and documentElement.style.backgroundColor to chrome-bg in WCO mode and body-bg in standalone mode — eliminates the colour seam - Use @media (display-mode: standalone) to give standalone-without-WCO a distinct solid body-bg header that merges with the OS title bar - Inline background-color set in <head> before CSS loads to prevent white/grey flash during navigation; updates on theme switch and WCO geometry changes - Add @view-transition { navigation: auto } to theme.css for smooth 120ms cross-fade between index and session pages (Chrome 126+)
Detail page now defaults to the nord theme and shows the scratchpad sidebar by default. Existing user preferences in localStorage still win.
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
--chrome-bgband behind the chat composer with--body-bgso the message stream and composer share one continuous surface, removing the hard horizontal seam.Testing
make build