managarten/packages/shared-ui/src/organisms
Till JS c3cb9dd533 refactor(mana/web): consolidate ListView scaffolding into BaseListView
Every workbench-style module ListView reimplemented the same
liveQuery + filter + scroll-area + empty-state shell. Extract a
shared <BaseListView> in @mana/shared-ui (with toolbar/header/
listHeader/item/empty snippets) and migrate the 17 modules whose
list templates fit the workbench tailwind track.

While here:
- migrate DeckCard onto the existing (previously unused) shared
  Card atom from shared-ui/atoms.
- fix a latent type bug in times/ListView: it was reading .date /
  .startTime / .isRunning off LocalTimeEntry, which doesn't define
  them. Now uses the proper joined TimeEntry via toTimeEntry() like
  the rest of the times module.

Modules with their own scoped-CSS layout track (calendar, finance,
contacts, notes, places, todo, photos, habits, automations, dreams,
cycles) and outliers (calc, events, playground, zitare) are left
alone — migrating them would be a visual rewrite, not a structural
shell swap.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 18:40:47 +02:00
..
network feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
AppSlider.svelte fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
AppSlider.types.ts feat: add i18n localization with language switcher to all web apps 2025-11-25 01:41:25 +01:00
BaseListView.svelte refactor(mana/web): consolidate ListView scaffolding into BaseListView 2026-04-08 18:40:47 +02:00
ConfirmationModal.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
FormModal.svelte feat(ui): add elevation system for overlays and modals 2025-12-13 15:00:33 +01:00
index.ts refactor(mana/web): consolidate ListView scaffolding into BaseListView 2026-04-08 18:40:47 +02:00
Modal.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00