managarten/packages/shared-ui/src/molecules
Till JS c21793baaf fix: resolve all 40 Svelte dev warnings for clean startup
- Add $state() to 4 reactive variables (guestMode, emailInput, passwordInput, searchInputElement)
- Replace 3 deprecated <svelte:component> with direct component references
- Fix 8 a11y issues: add ARIA roles, tabindex, keyboard handlers to click-handler divs
- Remove 22 unused CSS selectors across 8 shared-ui components

Zero warnings on dev startup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 12:01:17 +02:00
..
contacts feat(contacts): integrate contacts into Todo and Calendar apps 2025-12-11 16:00:08 +01:00
feedback refactor(shared-ui): replace remaining inline SVGs with Phosphor icons 2026-03-31 12:44:50 +02:00
loaders 🚸 ux(matrix-web): improve mobile responsiveness 2026-01-29 17:37:35 +01:00
media refactor(shared-ui): replace remaining inline SVGs with Phosphor icons 2026-03-31 12:44:50 +02:00
stats feat: add Tier 2 shared components (stats, tags, media) 2025-11-24 22:39:15 +01:00
tags feat(manacore/web): wire TagField, FavoriteButton, ColorPicker into module UIs 2026-04-02 17:20:46 +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(shared-ui): add generic ColorPicker with standard palettes 2026-04-02 16:23:26 +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: resolve all 40 Svelte dev warnings for clean startup 2026-04-03 12:01:17 +02:00
DataCard.svelte chore: various UI improvements and fixes 2025-12-10 20:05:02 +01:00
FavoriteButton.svelte feat(shared-ui,shared-stores): add FavoriteButton component and toggleField utility 2026-04-02 16:16:23 +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
index.ts feat(manacore/web): wire TagField, FavoriteButton, ColorPicker into module UIs 2026-04-02 17:20:46 +02:00
Input.svelte chore: various UI improvements and fixes 2025-12-10 20:05:02 +01:00
KeyboardShortcutsPanel.svelte refactor(shared-ui): replace remaining inline SVGs with Phosphor icons 2026-03-31 12:44:50 +02:00
ModalFooter.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
PageHeader.svelte refactor(shared-ui): replace remaining inline SVGs with Phosphor icons 2026-03-31 12:44:50 +02:00
ReminderPicker.svelte feat(shared-stores,shared-ui): add shared reminder system 2026-04-02 16:54:15 +02:00
ReminderPicker.test.ts feat(shared-stores,shared-ui): add shared reminder system 2026-04-02 16:54:15 +02:00
Select.svelte refactor(shared-ui): replace remaining inline SVGs with Phosphor icons 2026-03-31 12:44:50 +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