feat(dashboard): add reports

This commit is contained in:
2025-11-18 13:48:34 +02:00
parent dbcd1d7485
commit 126505fc88
32 changed files with 553 additions and 170 deletions
@@ -8,14 +8,13 @@ export function AppSidebarInfo() {
return (
<SidebarMenu>
<SidebarMenuItem>
<SidebarMenuButton
className="data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground"
size="lg"
>
<div className="grid flex-1 text-left text-sm leading-tight">
<span className="truncate font-medium">Basango Dashboard</span>
<span className="truncate text-xs">v{version}</span>
</div>
<SidebarMenuButton asChild size="lg">
<a href="#">
<div className="grid flex-1 text-left text-sm leading-tight">
<span className="truncate font-medium">Basango Dashboard</span>
<span className="truncate text-xs">v{version}</span>
</div>
</a>
</SidebarMenuButton>
</SidebarMenuItem>
</SidebarMenu>