From 25561dd7f8ff3262ddd3d8b036f3d0654f6bc21d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:50:05 +0100 Subject: [PATCH] Refactor sidebar layout and button handling in App.tsx --- src/App.tsx | 189 ++++++++++++++++++++++++++-------------------------- 1 file changed, 94 insertions(+), 95 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 35dbd20..9acf59c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1357,89 +1357,103 @@ export default function App() { return (
- {!sidebarCollapsed ? ( - - ) : null}
@@ -1665,21 +1679,6 @@ export default function App() {
)}
- {sidebarCollapsed ? ( -
-
- -
-
- ) : null} {settingsOpen ? (