File tree Expand file tree Collapse file tree
services/frontend/libs/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The application supports a flexible theme system with user preference persistenc
100100 ` ` ` bash
101101 # Only allow light mode (remove theme toggle)
102102 VITE_UI_THEME_OPTIONS=light
103-
103+
104104 # Support both themes (default)
105105 VITE_UI_THEME_OPTIONS=light,dark
106106 ` ` `
@@ -119,10 +119,10 @@ The application supports a flexible theme system with user preference persistenc
119119 ` ` ` bash
120120 # Bot customization
121121 VITE_BOT_NAME=Development Bot
122-
122+
123123 # Logo customization
124124 VITE_UI_LOGO_PATH=/assets/dev-logo.svg
125-
125+
126126 # Theme customization
127127 VITE_UI_THEME_DEFAULT=light
128128 VITE_UI_THEME_OPTIONS=light,dark
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import { settings } from '@/libs/shared/settings';
4545 <NavigationContainer>
4646 <!-- Navigation content -->
4747 </NavigationContainer>
48-
48+
4949 <SideBarContainer header="Documents" count="5">
5050 <!-- Sidebar content -->
5151 </SideBarContainer>
You can’t perform that action at this time.
0 commit comments