Unified settings modal + dashboard shell redesign #69

Merged
uz1mani merged 107 commits from staging into main 2026-03-26 09:15:33 +00:00
32 changed files with 2555 additions and 252 deletions
Showing only changes of commit 505454b7d6 - Show all commits

View File

@@ -31,12 +31,7 @@ export default function DashboardShell({
const openMobile = useCallback(() => setMobileOpen(true), []) const openMobile = useCallback(() => setMobileOpen(true), [])
return ( return (
<div className="flex h-screen overflow-hidden bg-neutral-950 relative"> <div className="flex h-screen overflow-hidden bg-neutral-950">
{/* Subtle gradient behind the sidebar to give glass something to diffuse */}
<div className="absolute inset-y-0 left-0 w-72 pointer-events-none" aria-hidden="true">
<div className="absolute inset-0 bg-gradient-to-b from-brand-orange/[0.06] via-transparent to-blue-500/[0.04]" />
<div className="absolute inset-0 bg-gradient-to-r from-brand-orange/[0.03] to-transparent" />
</div>
<Sidebar <Sidebar
siteId={siteId} siteId={siteId}
mobileOpen={mobileOpen} mobileOpen={mobileOpen}