Add task 08 — theming infrastructure

Multi-theme × {light, dark} per-user theming, switchable on the fly.
Slots into phase 1 before modules start so the token system is the
foundation rather than a retrofit. Update STATUS to point at task 03
correctly and reflect 08 in the phase 1 roadmap.
This commit is contained in:
ginnoir
2026-05-06 00:56:17 -05:00
parent 453c75ea4c
commit 35a14b81c9
3 changed files with 93 additions and 1 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ Living progress tracker. Update at the end of each task. The canonical brief is
## Next up
- **03 — Core modules** ([brief](docs/tasks/)). Calendar, lists, notes CRUD. Sequential — must finish 02 first.
- **03 — Drizzle + Postgres setup** ([brief](docs/tasks/03-drizzle-postgres.md)). Phase 1 is sequential through 08.
## Phase 1 remaining
- 03 Drizzle + Postgres → 04 module loader → 05 compose/Caddy → 06 Authentik OIDC → 07 household seed → **08 theming infrastructure** (newly added; multi-theme + per-user dark/light, must land before module work so module UIs adopt the token system from day one).
## How to resume in a fresh session