managarten/packages/shared-ui/src/molecules
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
..
contacts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
feedback feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
loaders refactor(theme): migrate shared packages to --color-* token naming 2026-04-15 22:11:42 +02:00
media fix(mana/web+packages): clear all 270 warnings to zero 2026-04-10 17:34:49 +02:00
stats feat: add Tier 2 shared components (stats, tags, media) 2025-11-24 22:39:15 +01:00
tags fix(mana/web+packages): clear all 270 warnings to zero 2026-04-10 17:34:49 +02:00
Checkbox.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
ColorPicker.constants.ts feat(shared-ui): add generic ColorPicker with standard palettes 2026-04-02 16:23:26 +02:00
ColorPicker.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
ColorPicker.test.ts feat(shared-ui): add generic ColorPicker with standard palettes 2026-04-02 16:23:26 +02:00
ConfirmationPopover.svelte fix(packages): modal keydown handlers, $derived.by usage, UserData fields 2026-04-09 20:24:05 +02:00
DataCard.svelte fix(a11y): replace 215 suppression comments with real fixes 2026-04-10 22:43:05 +02:00
FavoriteButton.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
FavoriteButton.test.ts feat(shared-ui,shared-stores): add FavoriteButton component and toggleField utility 2026-04-02 16:16:23 +02:00
FilterDropdown.svelte fix(contacts): resolve Svelte 5 hydration error 2025-12-14 21:13:22 +01:00
FilterDropdown.types.ts fix(contacts): resolve Svelte 5 hydration error 2025-12-14 21:13:22 +01:00
IconPicker.constants.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
IconPicker.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
index.ts feat: add shared Phosphor IconPicker, migrate habits from emoji to icons, add photos upload 2026-04-03 21:37:01 +02:00
Input.svelte chore: various UI improvements and fixes 2025-12-10 20:05:02 +01:00
KeyboardShortcutsPanel.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
ModalFooter.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
PageHeader.svelte feat(web): wallpaper system + sticky PageHeader 2026-04-12 16:00:03 +02:00
ReminderPicker.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
ReminderPicker.test.ts feat(shared-stores,shared-ui): add shared reminder system 2026-04-02 16:54:15 +02:00
Select.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
Select.types.ts feat: add i18n localization with language switcher to all web apps 2025-11-25 01:41:25 +01:00
Textarea.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
Toggle.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00