feat(design-system): redesign v2 #3 — TopSearchBar + Cmd+K + page-header-glass sweep #105
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#105
Loading…
Reference in a new issue
No description provided.
Delete branch "redesign-v2-3-top-search-bar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Umbrella: `.convoys/redesign-v2-from-mockups.md`. Builds on PR #102/#103/#104 (sub-convoys #1, #2, #4, #5 merged).
Sub-convoy #3 — the top horizontal chrome strip from the operator mockup, swept globally to all authenticated pages via `` (umbrella § 7.3: "sweep to ALL authenticated pages in this convoy").
What ships
`components/ui/TopSearchBar.js` — search input on left (magnifier + Cmd+K/Ctrl+K hint pill that adapts to platform), notification bell with red badge (hidden when count=0), mail icon, compact user-menu chip (gradient-tile avatar + display name + chevron). Renders `null` for unauthenticated visitors.
`components/ui/CommandPaletteModal.js` — opens on ⌘K / Ctrl+K. Single search input, auto-focused. Enter submits to `/cards?q=`. 3 quick-action buttons (Dashboard / Cards / Scanner) below. Live results / recent searches / federated-search ranking deferred to follow-up per umbrella § 7.2.
`components/Layout.js` — TopSearchBar mounted in the main-content column ABOVE `
` for authenticated users. Global keydown listener at Layout scope toggles the CommandPaletteModal on ⌘K/Ctrl+K with preventDefault. Legacy `showSearch`-gated `` block removed.page-header-glass sweep — 6 files migrated to plain content padding:
The `.page-header-glass` utility stays in `styles/globals.css` (a downstream sweep convoy can remove it).
Tests
Test plan
Made with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Visual Diff
Screenshots and diffs uploaded as artifacts: view run
If intentional changes: update snapshots locally with
npx playwright test --project=visual --update-snapshotsand commit.