managarten/apps/mana/apps/web/src/routes/(app)/chat
Till JS cd22e42afc refactor(theme): migrate all remaining bare shadcn tokens to --color-*
Follow-up to the shared-packages migration. Covers 61 more files
across the mana web app (lib/components, lib/modules, routes) and
the same handful of packages, including surface / error / success /
warning tokens that were missed in the first pass.

Two patterns migrated:
1. hsl(var(--X[, raw-channels])) → hsl(var(--color-X[, raw-channels]))
2. var(--X, #hex)               → hsl(var(--color-X))
   (the hex fallback was only doing work because the CSS var was
   undefined; now that the theme resolves cleanly, the fallback is
   unnecessary and actively wrong — it never tracked the active theme)

Module-literal accents (news-research's #0891b2 / #10b981) left
untouched per the themes.css convention for brand-semantic colors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 22:56:59 +02:00
..
[id] refactor(theme): migrate all remaining bare shadcn tokens to --color-* 2026-04-15 22:56:59 +02:00
archive refactor(theme): migrate all remaining bare shadcn tokens to --color-* 2026-04-15 22:56:59 +02:00
templates refactor(theme): migrate all remaining bare shadcn tokens to --color-* 2026-04-15 22:56:59 +02:00
+layout.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
+page.svelte refactor(theme): migrate all remaining bare shadcn tokens to --color-* 2026-04-15 22:56:59 +02:00