Sidebar überarbeitet

Layout nach den Vorgabenvon Umbe angepasst
This commit is contained in:
Moritz Utcke
2024-11-06 12:55:28 +11:00
parent 6e9857c582
commit 754f6ab47a
7 changed files with 120 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ if (!accessTokenValid) {
const caller = createCaller(Astro);
const user = await caller.v1.benutzer.self();
const user = await caller.v1.benutzer.self(undefined);
const gebaeudeArray = await caller.v1.gebaeude.getMany({ limit: 5 });
---