fix(ui): command-center polish — logo, dark mode, states, digest + detail text#74
Merged
Conversation
Drift fixes found running the merged app live: - Nav-rail links are <button>s with no background, so they fell through to the UA gray button background (glaring as light pills in dark mode); set them transparent so only hover/active tints show. - The chat-detail inline ask bar (.ama-bar) hardcoded a cyan gradient + cyan glow border; repoint to --accent-weak / --accent, drop the glow. - The summarize loader (phase-tube liquid/aurora/caption/labels) used icy-cyan; recolor to the accent ramp. - Globally recolor the retired Glacier cyan RGB triples (125,211,252 / 56,189,248 / 129,140,248 / 94,234,212 + #bfe3ff/#e6faff + the conic-orb hexes) to the sage accent — these appear only in decorative rules (copy button, updating chip, range sheet, history, total cards, dead orbs), so dark mode no longer leaks cyan anywhere. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replace the retired Glacier icy-cyan speech-bubble icon.svg with the sage CatchApp mark (rounded accent tile + white check + dot, matching the nav-rail brand glyph) and regenerate icon-192/512/maskable from it. The browser tab + installed-app icon now match the brand. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… truth The design chat transcripts (handoff bundle) show the team explicitly locked "זינוק" (swoosh) — a speech bubble with motion lines, "catch up fast" — as the CatchApp logo, set as the default everywhere. The build shipped the generic check mark instead (the "logo is not correct" feedback). Repoint the nav brand glyph and the favicon / PWA icons to the swoosh variant. Co-Authored-By: Claude Opus 4.8 <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.
Polish + fixes found running the merged command-center UI live, confirmed against the design handoff (chat transcripts = source of truth).
Fixed
<button>with no background. Now transparent (hover/active tints only).icon.svg+ regeneratedicon-192/512/maskableto the swoosh..ama-barinline ask, the phase-tube loader, and every retired cyan RGB (125,211,252/56,189,248/ …) recolored to the sage accent, so dark mode no longer leaks cyan (copy button, updating chip, range sheet, history, total cards).##/**/^[n]. Now: per-chat summaries render markdown, the highlights blob ([chat] line - …) becomes a clean bullet list, and citation markers are stripped.Verification
biome✓ ·typecheck✓ ·build✓ · fullvitest✓ (1320 passed). Visually verified Today (both text cards), People-empty, nav, and chat-detail in light + dark via?demo=1.🤖 Generated with Claude Code