feat: enhance dashboard and canvas page functionality

- Added theme support to the dashboard with light, dark, and system options.
- Improved canvas ID handling with validation and fetching logic.
- Updated layout component to suppress hydration warnings for better rendering.
- Refactored dashboard to include user session management and workspace creation functionality.
This commit is contained in:
Matthias
2026-03-25 15:32:20 +01:00
parent 056e60743d
commit d1834c5694
4 changed files with 156 additions and 50 deletions

View File

@@ -21,6 +21,7 @@ export default function RootLayout({
return (
<html
lang="de"
suppressHydrationWarning
className={cn("h-full", "antialiased", "font-sans", manrope.variable)}
>
<body className="min-h-full flex flex-col">