Move the serach box to teh sidebar

This commit is contained in:
Urtzi Alfaro
2025-09-24 19:40:51 +02:00
parent be1fec17c4
commit e978d04800
3 changed files with 174 additions and 104 deletions

View File

@@ -212,10 +212,10 @@ export const AppShell = forwardRef<AppShellRef, AppShellProps>(({
{/* Header */}
{shouldShowHeader && (
<Header
onMenuClick={toggleSidebar}
sidebarCollapsed={isSidebarCollapsed}
className="z-[var(--z-fixed)]"
/>
onMenuClick={toggleSidebar}
sidebarCollapsed={isSidebarCollapsed}
className="z-[var(--z-fixed)]"
/>
)}
<div className="flex flex-1 relative">