From 3ef4b7e51488a991cd4326988491447b600b9cb8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:53:18 +0100 Subject: [PATCH] Refactor sidebar layout and button functionality in App.tsx --- src/App.tsx | 175 +++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 90 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9acf59c..6261965 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1357,103 +1357,87 @@ export default function App() { return (
- + ) : null}
@@ -1543,6 +1527,17 @@ export default function App() {
+ {sidebarCollapsed ? ( + + ) : null} {hasText ? ( <>