managarten/apps/mana/apps/web/src/routes/(app)/storage
Till JS e21f2145de refactor(routes): wrap every (app) route in RoutePage / ModuleShell
Every +page.svelte under routes/(app) now renders inside workbench-card
chrome. Before, sub-routes floated directly on the app-shell background
— card-style paper/border/shadow only existed on the homepage carousel,
leaving /library, /notes, /picture, /finance etc. visually disconnected
from the rest of the app.

Coverage:
- 28 SIMPLE routes (single <ListView /> wraps): <RoutePage appId="...">
- 43 top-level main routes: <RoutePage> with preserved internal markup
- 122 sub-routes (/X/[id], /X/new, /X/settings, …): <RoutePage> with
  backHref pointing at the parent listing. Title overrides for detail
  pages (e.g. "Rechnung", "Deck", "Eintrag").
- Articles tab children (/articles/list, /favorites, /highlights, /stats)
  get explicit title overrides ("Artikel · Leseliste", etc.).

A handful of special cases:
- calc/standard: <svelte:window> hoisted outside RoutePage (Svelte forbids
  window bindings inside component children).
- agents/templates: {#snippet templateCard} hoisted outside so both {#each}
  blocks inside RoutePage can @render it via page-scope lookup.
- citycorners redirect-stubs (add/, locations/[id]/, map/): left unwrapped
  — they onMount → goto() with no body to wrap.
- 3 carousel routes (/, /todo, /contacts) keep their PageCarousel wrapping
  untouched — they already provide card chrome.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 00:37:53 +02:00
..
favorites refactor(routes): wrap every (app) route in RoutePage / ModuleShell 2026-04-23 00:37:53 +02:00
files refactor(routes): wrap every (app) route in RoutePage / ModuleShell 2026-04-23 00:37:53 +02:00
search refactor(routes): wrap every (app) route in RoutePage / ModuleShell 2026-04-23 00:37:53 +02:00
trash refactor(routes): wrap every (app) route in RoutePage / ModuleShell 2026-04-23 00:37:53 +02:00
+layout.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
+page.svelte refactor(routes): wrap every (app) route in RoutePage / ModuleShell 2026-04-23 00:37:53 +02:00