From ee60d72d2f88c6c19fe80c24f2fe4324fe93cb03 Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 22 Jan 2026 12:41:49 -0500 Subject: [PATCH] Moved the Documents sidebar item to the bottom, above the page count --- .../components/layout/ui/sidebar/Sidebar.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx index d87bf61e6..e121cd904 100644 --- a/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx +++ b/surfsense_web/components/layout/ui/sidebar/Sidebar.tsx @@ -95,11 +95,6 @@ export function Sidebar({ )} - {/* Platform navigation */} - {navItems.length > 0 && ( - - )} - {/* New chat button */}
{isCollapsed ? ( @@ -231,7 +226,12 @@ export function Sidebar({ {/* Footer */} -
+
+ {/* Platform navigation */} + {navItems.length > 0 && ( + + )} + {pageUsage && !isCollapsed && ( )}