feat(settings): implement /settings hub page (E1) — Kachel-Ansicht #55

Merged
marcel merged 16 commits from feat/issue-49-settings-kachel-hub into master 2026-04-10 17:39:42 +02:00
Showing only changes of commit 5904102b1a - Show all commits

View File

@@ -15,6 +15,7 @@ export const load: PageServerLoad = async ({ fetch, locals }) => {
return {
stapleCount,
memberCount,
// hooks.server.ts guarantees benutzer is set for all (app) routes
userName: locals.benutzer!.name
};
};