Merge branch 'main' into MED-57

This commit is contained in:
Danel Kungla
2025-08-18 15:15:27 +03:00
49 changed files with 838 additions and 332 deletions

View File

@@ -1,5 +1,6 @@
import type { User } from '@supabase/supabase-js';
import { ApplicationRole } from '@kit/accounts/types/accounts';
import {
Sidebar,
SidebarContent,
@@ -18,6 +19,7 @@ type AccountModel = {
label: string | null;
value: string | null;
image: string | null;
application_role: ApplicationRole | null;
};
export function TeamAccountLayoutSidebar(props: {