Dashboard final version, TODO: update main sidebar menu

This commit is contained in:
Simon Pocrnjič
2025-11-23 21:33:01 +01:00
parent c3de189e9d
commit c1ac92efbf
67 changed files with 5195 additions and 844 deletions
+5 -1
View File
@@ -8,8 +8,12 @@ const props = defineProps({
<template>
<div
data-slot="card"
:class="
cn('rounded-xl border bg-card text-card-foreground shadow', props.class)
cn(
'bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm',
props.class,
)
"
>
<slot />