style: unified frosted glass aesthetic for AskBarView and ConversationView#67
Merged
quiet-node merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
…sationView Brings the main chat UI in line with the approved onboarding screens: - Warm dark surface base (rgba(22,18,15,0.98)) replacing the neutral gray - Warm elevated surface (rgba(38,30,24,0.6)) for consistency - Radial gradient glow at top of morphing container (signature warm ambient touch) - Top border accent (rgba(255,141,92,0.2)) matching onboarding panel treatment - Glowing line pseudo-element at top edge via ::before - AI chat bubble warmed to rgba(36,30,26,0.95) with top border accent - Shadow tokens tightened: removed wide-spread glow that caused native window clipping Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Owner
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code If this code review was useful, please react with 👍. Otherwise, react with 👎. |
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
App.css— no layout, animation, or component logic touchedChanges
rgba(26,26,28)to warm darkrgba(22,18,15,0.98), matching onboarding panel warmthellipse 70% 40% at 50% 0%) present in both approved onboarding screensborder-top-color: rgba(255,141,92,0.2)+::beforeglowing line pseudo-element at the top edgergba(50,50,56)torgba(36,30,26)with a subtle top border accentTest Plan
bun run test)🤖 Generated with Claude Code