From 5c82bb9f89385486b7d39b5c77f4d33ec4398500 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:53:43 +0100 Subject: [PATCH] Add new text button and expand sidebar functionality in App.tsx --- src/App.tsx | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6261965..7c38abe 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1442,15 +1442,30 @@ export default function App() {
{!selectedTextId ? ( -
-
Create your first text
-
- Everything stays offline in a single SQLite database. + <> +
+
Create your first text
+
+ Everything stays offline in a single SQLite database. +
+
- -
+ {sidebarCollapsed ? ( +
+ +
+ ) : null} + ) : (