managarten/apps/mana/apps/web/src/lib/modules/context
Till JS a2a43b1d5a refactor(theming): migrate 6 ListViews + ai-missions badges to theme tokens
Replace raw white-alpha Tailwind utilities (text-white/x, bg-white/x,
border-white/x) with canonical theme tokens (text-foreground, bg-muted,
border-border, etc.) in cards, context, food, moodlit, storage, music
ListViews. Replace hardcoded hex badge/dot/phase colors in ai-missions
with success/warning/error/primary tokens.

Fix two transition-all bugs (food:160, moodlit:223) that prevented CSS
custom property colors from resolving on first paint under theme switches.

Add scripts/validate-theme-tokens.mjs to prevent regression; run via
pnpm run validate:theme-tokens. Not yet in validate:all — 12 modules
still use raw white utilities (citycorners, guides, inventory, memoro,
picture, plants, playground, presi, questions, times, uload, who).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 15:23:55 +02:00
..
stores feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
collections.ts feat(spaces): rename legacy spaceId → contextSpaceId (v31 migration) 2026-04-20 19:52:44 +02:00
index.ts fix(mana/web): clear remaining type errors — long-tail sweep 2026-04-09 20:25:08 +02:00
ListView.svelte refactor(theming): migrate 6 ListViews + ai-missions badges to theme tokens 2026-04-22 15:23:55 +02:00
module.config.ts fix(mana/web): commit module-registry + module.config.ts files (build-critical) 2026-04-07 19:49:58 +02:00
queries.ts feat(spaces): rename legacy spaceId → contextSpaceId (v31 migration) 2026-04-20 19:52:44 +02:00
types.ts feat(spaces): rename legacy spaceId → contextSpaceId (v31 migration) 2026-04-20 19:52:44 +02:00