From 7fbb0c3838e188ba3b810156ff6546239e89923e Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 09:59:56 -0800 Subject: fix: ensure neko toggle button is always accessible (fixing NK-zvt8hi) --- frontend/src/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 732d9ef..74ae89e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -44,6 +44,15 @@ function Dashboard({ theme, setTheme }: { theme: string; setTheme: (t: string) = className={`dashboard ${sidebarVisible ? 'sidebar-visible' : 'sidebar-hidden'} theme-${theme}`} >
+ {!sidebarVisible && ( + + )} -- cgit v1.2.3