docs(01-02): complete palette wiring plan — all 6 dashboard components use design tokens

- Created 01-02-SUMMARY.md documenting InlineEditCell extraction and palette integration
- Updated STATE.md: progress bar 100%, decisions logged, session recorded
- Updated ROADMAP.md: Phase 1 marked Complete (2/2 plans)
- Marked requirements DSGN-03, DSGN-04, FIX-02 complete in REQUIREMENTS.md
This commit is contained in:
2026-03-11 21:20:19 +01:00
parent 90a15c20ce
commit fddd8d1ea8
4 changed files with 167 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ Requirements for this milestone. Each maps to roadmap phases.
- [x] **DSGN-01**: All shadcn CSS variables (primary, accent, muted, sidebar, chart-1 through chart-5) use pastel oklch values instead of zero-chroma neutrals
- [x] **DSGN-02**: Semantic category color tokens defined in a single source of truth (`lib/palette.ts`) replacing scattered hardcoded hex and Tailwind classes
- [ ] **DSGN-03**: Dashboard card header gradients unified to a single pastel palette family
- [ ] **DSGN-04**: Typography hierarchy established — FinancialOverview and AvailableBalance sections are visually dominant hero elements
- [x] **DSGN-03**: Dashboard card header gradients unified to a single pastel palette family
- [x] **DSGN-04**: Typography hierarchy established — FinancialOverview and AvailableBalance sections are visually dominant hero elements
- [x] **DSGN-05**: Consistent positive/negative amount coloring across all tables and summaries (green for positive, destructive for negative, amber for over-budget)
### Auth Screens
@@ -46,7 +46,7 @@ Requirements for this milestone. Each maps to roadmap phases.
### Bug Fixes
- [ ] **FIX-01**: `formatCurrency` uses the user's locale preference instead of hardcoded `de-DE`
- [ ] **FIX-02**: `InlineEditRow` extracted into a shared component (currently duplicated in BillsTracker, VariableExpenses, DebtTracker)
- [x] **FIX-02**: `InlineEditRow` extracted into a shared component (currently duplicated in BillsTracker, VariableExpenses, DebtTracker)
## v2 Requirements
@@ -91,10 +91,10 @@ Which phases cover which requirements. Updated during roadmap creation.
|-------------|-------|--------|
| DSGN-01 | Phase 1 | Complete |
| DSGN-02 | Phase 1 | Complete |
| DSGN-03 | Phase 1 | Pending |
| DSGN-04 | Phase 1 | Pending |
| DSGN-03 | Phase 1 | Complete |
| DSGN-04 | Phase 1 | Complete |
| DSGN-05 | Phase 1 | Complete |
| FIX-02 | Phase 1 | Pending |
| FIX-02 | Phase 1 | Complete |
| AUTH-01 | Phase 2 | Pending |
| AUTH-02 | Phase 2 | Pending |
| AUTH-03 | Phase 2 | Pending |