managarten/packages/shared-ui/src/settings
Till JS 6da317d071 refactor(theme): migrate shared packages to --color-* token naming
Several shared-ui / shared-auth-ui / subscriptions / credits
components used shadcn-style bare CSS variables (--muted, --primary,
--foreground, etc.), but the Mana theme system standardized on
--color-*. The mismatch meant bg-[hsl(var(--muted))] classes
resolved to an invalid color and rendered transparent — most
visible on the Allgemein settings tab where language and week-start
buttons had no background.

Mechanical prefix across ~30 files. Two semantic renames:
- --destructive → --color-error (Mana uses "error" as the token name)
- --popover     → --color-card  (no popover token; card is the closest)

With shared packages on the correct naming, drop the shadcn-compat
alias shim from app.css.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 22:11:42 +02:00
..
GlobalSettingsSection.svelte refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00
index.ts feat(command-bar): match priority highlight colors to UI 2025-12-10 15:06:22 +01:00
NavVisibilitySettings.svelte refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00
SettingsCard.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsDangerButton.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsDangerZone.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsNumberInput.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsPage.svelte refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00
SettingsRow.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
SettingsSection.svelte refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00
SettingsSelect.svelte feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
SettingsTimeInput.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
SettingsToggle.svelte refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00