Merge remote-tracking branch 'origin/main' into front-styles

This commit is contained in:
2026-04-03 13:10:05 +02:00
15 changed files with 402 additions and 380 deletions

View File

@@ -50,7 +50,7 @@
</div>
</div>
<div class="flex-1 p-4 bg-slate-50 h-svh">
<div class="flex-1 p-4 bg-slate-50">
<slot />
</div>
</div>
@@ -168,6 +168,7 @@ const menu = ref<TopMenuItem[] | null>(null)
async function getTopMenu() {
try {
const { items } = await useFetchJson<TopMenuItem[]>('/api/v1/restricted/menu/get-top-menu')
menu.value = items
} catch (err) {
console.log(err)