From dcb7933edecb806df993af7c166b3fd9c96b654e Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 8 Oct 2025 11:48:19 +0100 Subject: [PATCH] refactor: reorder toolbar buttons - New order: Profile, Home, Refresh, Add, Settings, Logout - Groups navigation (Profile, Home) at start - Action buttons (Refresh, Add) in middle - Settings and Logout at end --- src/components/SidebarHeader.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/SidebarHeader.tsx b/src/components/SidebarHeader.tsx index 1ad1259c..5fc6175e 100644 --- a/src/components/SidebarHeader.tsx +++ b/src/components/SidebarHeader.tsx @@ -101,22 +101,6 @@ const SidebarHeader: React.FC = ({ onToggleCollapse, onLogou ariaLabel="Home" variant="ghost" /> - - {activeAccount && ( - setShowAddModal(true)} - title="Add bookmark" - ariaLabel="Add bookmark" - variant="ghost" - /> - )} {onRefresh && ( = ({ onToggleCollapse, onLogou spin={isRefreshing} /> )} + {activeAccount && ( + setShowAddModal(true)} + title="Add bookmark" + ariaLabel="Add bookmark" + variant="ghost" + /> + )} + {activeAccount ? (