From 16288684702dec894cf054291ca3d545ddb8214b Mon Sep 17 00:00:00 2001 From: simosmik Date: Tue, 31 Mar 2026 20:53:20 +0000 Subject: [PATCH] feat: moving new session button higher --- .../subcomponents/SidebarProjectSessions.tsx | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx b/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx index b4558790..a5ceaa06 100644 --- a/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx +++ b/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx @@ -80,6 +80,29 @@ export default function SidebarProjectSessions({ return (
+
+ +
+ + + {!initialSessionsLoaded ? ( ) : !hasSessions && !isLoadingSessions ? ( @@ -129,29 +152,6 @@ export default function SidebarProjectSessions({ )} )} - -
- -
- -
); }