From 8dffde9611f6a137579ed385f224176428e4d344 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Sat, 25 Jul 2026 23:09:48 -0700 Subject: [PATCH] Sidebar: settings gear above the profile in the collapsed rail (#7458) The profile-row cog is hidden when the rail collapses, leaving no way to reach settings without opening the account menu. --- studio/frontend/src/components/app-sidebar.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/studio/frontend/src/components/app-sidebar.tsx b/studio/frontend/src/components/app-sidebar.tsx index c95112c748..3cda2a8690 100644 --- a/studio/frontend/src/components/app-sidebar.tsx +++ b/studio/frontend/src/components/app-sidebar.tsx @@ -1855,6 +1855,18 @@ export function AppSidebar() { )} + {/* Collapsed rail has no room for the cog on the profile row, so it + sits above the avatar instead. */} + { + useSettingsDialogStore.getState().openDialog(); + closeMobileIfOpen(); + }} + />