Sidebar redesign, dropdown fixes, and soft-delete UI #57

Merged
uz1mani merged 50 commits from staging into main 2026-03-19 00:08:16 +00:00
14 changed files with 1544 additions and 309 deletions
Showing only changes of commit 9f8a6606bb - Show all commits

View File

@@ -25,7 +25,7 @@ export default function DashboardShell({
/>
<div className="flex-1 flex flex-col min-w-0 overflow-hidden">
<ContentHeader onMobileMenuOpen={openMobile} />
<main className="flex-1 overflow-y-auto">
<main className="flex-1 overflow-y-auto pt-6">
{children}
</main>
</div>