Add project management support and integrate customer-project functionality

This commit is contained in:
2025-07-15 18:23:53 +00:00
parent 2707aa48bc
commit 03f633ae52
26 changed files with 1135 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ export const breadcrumbMap: Record<string, string> = {
'demo': 'Demo',
'users': 'User Management',
'customers': 'Kundenübersicht',
'projects': 'Projekte',
};
export const breadcrumbResolvers: Record<string, (id: string) => Promise<string>> = {