managarten/apps/mana/apps/web/src/lib/modules/contacts
Till JS 7b25f3abfb refactor(mana/web): migrate module DetailViews + sub-views to theme tokens (P5)
15 files across 11 modules — the consumer-specific style overrides on
top of DetailViewShell, plus a few module-internal sub-views and pages
(SymbolDetailView, SymbolsView, ContactPage, PageEditBar, TodoPage,
CycleCalendar, SymptomManager).

All :global(.dark) duplicates removed (theme system handles light/dark
via .dark class on <html>) and the hand-rolled #374151/#9ca3af palette
+ indigo/violet/red/green brand accents replaced with hsl(var(--color-X)).

Brand colors that should NOT track theme primary stay literal:
- cycles brand pink (#ec4899) — menstrual cycle tracker accent
- dreams indigo accents and skilltree violet star colors → color-primary
  (these were arbitrary indigo brand accents, now they follow the variant)
- semantic income/success green → color-success
- semantic error/danger red → color-error
- favorite/star amber/gold → color-warning

Final P5 batch closing out the visual track consolidation. Combined with
earlier P5 commits (foundation shells, page-shell, picker, list views),
mana-web now has a single coherent theme-token convention across the
workbench surface.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 12:15:47 +02:00
..
components/pages refactor(mana/web): migrate module DetailViews + sub-views to theme tokens (P5) 2026-04-09 12:15:47 +02:00
stores feat(mana/web): encryption phase 5 — rollout to chat/dreams/memoro/contacts/cycles/finance 2026-04-07 19:28:26 +02:00
utils feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
views refactor(mana/web): migrate module DetailViews + sub-views to theme tokens (P5) 2026-04-09 12:15:47 +02:00
collections.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
index.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
ListView.svelte refactor(mana/web): migrate contacts/ListView style to theme tokens (P5) 2026-04-09 02:03:43 +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(mana/web): encryption phase 5 — rollout to chat/dreams/memoro/contacts/cycles/finance 2026-04-07 19:28:26 +02:00
quick-input-adapter.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
types.ts fix(mana/web): sprint 2 — auth-aware data layer + guest migration 2026-04-07 13:07:12 +02:00