App shell

AppShell + Sidebar from @nondominium/ndo-ui — not a custom element. hApp sources: shell/AppShell.svelte, shell/Sidebar.svelte.

Live preview

Layout recipe

<!-- Svelte 5 -->
<AppShell groups={groups} activePath={path} profileNickname={nickname} ...>
  <LobbyView ... />
</AppShell>

/* Sidebar width: w-52 (13rem) */
/* Shell: flex min-h-screen bg-gray-100 */