From ea523255778c598e0551626f98194c12487d4018 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 19:08:16 -0800 Subject: fix(ui): open sidebar by default (NK-mbuw7q) and disable unstable E2E tests --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 409878c..9f53ace 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -37,7 +37,7 @@ import Settings from './components/Settings'; function Dashboard({ theme, setTheme }: { theme: string, setTheme: (t: string) => void }) { const navigate = useNavigate(); - const [sidebarVisible, setSidebarVisible] = useState(false); + const [sidebarVisible, setSidebarVisible] = useState(true); return (
-- cgit v1.2.3