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#103
Loading…
Reference in a new issue
No description provided.
Delete branch "redesign-v2-2-sidebar-pill-and-ember"
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 (sub-convoy #1, merged).Bundles two sub-convoys that both touch
components/Layout.jsand ship cleanly together.Sub-convoy #2 — sidebar active-pill + gradient wordmark
.nav-item-activeredesigned: the prior 3px border-left + bg-tertiary fill is replaced with a bold ember-gradient pill (#ff6e00 → #d84315) + soft outer ember glow + inner white highlight. Dark theme gets a hotter gradient stop and stronger glow to compensate for the deep-navy bg from PR #102.Active-state inline overrides (backgroundColor + color ternaries) on the 5 NavigationContent surfaces dropped to
undefinedwhen active so the class wins. Inactive styling unchanged.Logomark + wordmark: "DH" monogram + plain "Deck Hearth" text replaced with a rounded-2xl gradient tile + inline flame SVG + two-tone wordmark ("Deck" reads
--text-primary, "Hearth" readsgradient-text-flame). Both desktop sidebar and mobile drawer headers updated together.Sub-convoy #5 — Daily Ember widget
lib/use-daily-ember.js— hook returning{ current, max, bonusGoal, loading }. Demo data (16/20) matching the mockup until the real backend ships in a follow-up convoy.components/DailyEmberWidget.js— glass-panel card with gradient flame tile + "Daily Ember" label + N/M counter + ember-gradient progress bar + helper text. Accessible progressbar with full ARIA wiring.Tests
test/components/DailyEmberWidget.test.js: 3 assertions covering label/counter/helper render, accessible progressbar wiring, and hook-contract regression-lock.npm run test:run: 107/107 (was 104/104; +3 new)npm run lint: cleannpm run build: greenAA contrast measured:
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.