mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 01:26:42 +02:00
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> |
||
|---|---|---|
| .. | ||
| components | ||
| composables | ||
| stores | ||
| utils | ||
| views | ||
| collections.ts | ||
| index.ts | ||
| ListView.svelte | ||
| module.config.ts | ||
| queries.ts | ||
| quick-input-adapter.ts | ||
| reminder-source.ts | ||
| tools.ts | ||
| types.ts | ||
| view-grouping.ts | ||