From 6179c188054110aff5491332031d0f22d74c5cad Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 4 Jul 2026 17:32:51 +0800 Subject: [PATCH] fix(profiles): scope switcher to supported app tabs and relocate it - Render the profile switcher only when the active tab is Claude or Codex (frontend mirror of backend PROFILE_APPS), so viewing an unsupported app no longer suggests its config was switched - Move the switcher from beside the logo to the right of the route toggles, where the flexible spacer absorbs its appearance and other header controls no longer shift when switching tabs --- src/App.tsx | 9 ++++++++- src/components/profiles/ProfileSwitcher.tsx | 16 ++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 48e95422e..df888dc32 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1197,7 +1197,6 @@ function App() { CC Switch -