File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
apps/engine/src/modules/app-layout Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
Separator ,
3
3
SidebarInset ,
4
4
SidebarProvider ,
5
- SidebarTrigger ,
6
5
} from '@ds-project/components' ;
7
6
import { BreadcrumbNav } from './breadcrumb-nav' ;
8
7
import { AppSidebar } from './app-sidebar' ;
@@ -20,8 +19,8 @@ export function AppLayout({
20
19
< SidebarInset >
21
20
< header className = "flex h-16 shrink-0 items-center gap-2 transition-[width,height] ease-linear group-has-[[data-collapsible=icon]]/sidebar-wrapper:h-12" >
22
21
< div className = "flex items-center gap-2 px-4" >
23
- < SidebarTrigger className = "-ml-1" />
24
- < Separator orientation = "vertical" className = "mr-2 h-4" />
22
+ { /* <SidebarTrigger className="-ml-1" /> */ }
23
+ { /* <Separator orientation="vertical" className="mr-2 h-4" /> */ }
25
24
< BreadcrumbNav />
26
25
</ div >
27
26
</ header >
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const groupItems = [
75
75
76
76
export function AppSidebar ( { email } : { email : string } ) {
77
77
return (
78
- < Sidebar collapsible = "icon " >
78
+ < Sidebar collapsible = "none" className = "h-screen ">
79
79
< SidebarHeader >
80
80
< SidebarMenu >
81
81
< SidebarMenuItem >
You can’t perform that action at this time.
0 commit comments