feat(F-050): completed feature

This commit is contained in:
chattie
2026-08-19 07:54:36 +02:00
parent e86034a62c
commit 984f278bca
32 changed files with 472 additions and 131 deletions

View File

@@ -103,7 +103,7 @@ function DashboardShell({ children }: { children: React.ReactNode }) {
<div className="flex min-h-screen bg-gray-50">
<Sidebar navItems={navItems} user={user} onLogout={logout} />
<main className="flex-1 min-w-0">
<div className="w-full max-w-[1280px] mx-auto">
<div className="w-full px-4 sm:px-6 lg:px-10 py-6 lg:py-8">
{children}
</div>
</main>