From 6d5604f1d7bc58580507ffadcd17c3cfd32d38d7 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 11 Mar 2025 12:56:32 +0200 Subject: [PATCH] open UI sidebar items --- www/apps/ui/src/config/sidebar.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/apps/ui/src/config/sidebar.tsx b/www/apps/ui/src/config/sidebar.tsx index 15c6874d1a..41edfe9787 100644 --- a/www/apps/ui/src/config/sidebar.tsx +++ b/www/apps/ui/src/config/sidebar.tsx @@ -19,6 +19,7 @@ export const sidebars: Sidebar.Sidebar[] = [ type: "category", title: "Installation", loaded: true, + initialOpen: true, children: [ { type: "link", @@ -40,6 +41,7 @@ export const sidebars: Sidebar.Sidebar[] = [ type: "category", title: "Colors", loaded: true, + initialOpen: true, children: [ { type: "link", @@ -64,6 +66,7 @@ export const sidebars: Sidebar.Sidebar[] = [ type: "category", title: "Components", loaded: true, + initialOpen: true, children: [ { type: "link", @@ -330,6 +333,7 @@ export const sidebars: Sidebar.Sidebar[] = [ type: "category", title: "Hooks", loaded: true, + initialOpen: true, children: [ { type: "link", @@ -351,6 +355,7 @@ export const sidebars: Sidebar.Sidebar[] = [ type: "category", title: "Utils", loaded: true, + initialOpen: true, children: [ { type: "link",