managarten/apps/mana/apps/web/src/lib/modules/todo
Till JS 13b785b33f refactor(shell): unify card + route chrome into ModuleShell + RoutePage
Replaces the old PageShell (workbench-only) with a single ModuleShell that
serves both carousel cards (variant=card, width-sized, window actions) and
sub-routes (variant=fill, fills main area, optional back button). RoutePage
wraps ModuleShell with auto-metadata lookup from the app-registry so every
(app)/*/+page.svelte can stay a three-liner.

Drops the dead onMinimize prop-drilling that was declared on PageShell but
never rendered — TodoPage/ContactPage callers cleaned up too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 00:36:54 +02:00
..
components refactor(shell): unify card + route chrome into ModuleShell + RoutePage 2026-04-23 00:36:54 +02:00
composables fix(timeblocks): type errors from recurrence migration 2026-04-07 13:22:59 +02:00
stores feat(ai-scope): wire filterByScope into list_tasks/contacts/events + note tag UI 2026-04-16 15:06:11 +02:00
utils feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
views refactor(mana/web): migrate module DetailViews + sub-views to theme tokens (P5) 2026-04-09 12:15:47 +02:00
collections.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
index.ts chore(mana/web): pre-launch module cleanup — schema collapse, dead code, lazy search 2026-04-07 22:31:08 +02:00
ListView.svelte feat(workbench): scope-aware empty state for scoped modules 2026-04-18 16:52:14 +02:00
module.config.ts fix(mana/web): commit module-registry + module.config.ts files (build-critical) 2026-04-07 19:49:58 +02:00
queries.ts feat(spaces): migrate todo/notes/contacts to scoped-db + add scopedGet 2026-04-20 18:26:01 +02:00
quick-input-adapter.ts feat(crypto): phase 7.1 — encrypt timeBlocks-coupled tasks + calendar events 2026-04-07 20:37:59 +02:00
reminder-source.ts feat(crypto): phase 7.1 — encrypt timeBlocks-coupled tasks + calendar events 2026-04-07 20:37:59 +02:00
tools.ts feat(ai-scope): wire filterByScope into list_tasks/contacts/events + note tag UI 2026-04-16 15:06:11 +02:00
types.ts fix(mana/web+packages): clear all 270 warnings to zero 2026-04-10 17:34:49 +02:00
view-grouping.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00