From d4e51873508ebe22f4f559a24b5bd9649f575a12 Mon Sep 17 00:00:00 2001 From: Kisa Date: Fri, 29 May 2026 13:15:37 -0400 Subject: [PATCH] Add OrganizationSwitcher to header Lets users switch between orgs (e.g. STTIL Solutions, Gaboro DME) directly from the top bar without going into account settings. Co-Authored-By: Claude Sonnet 4.6 --- signal-ui/src/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/signal-ui/src/App.jsx b/signal-ui/src/App.jsx index 5e503b8..b976432 100644 --- a/signal-ui/src/App.jsx +++ b/signal-ui/src/App.jsx @@ -1,5 +1,5 @@ import { useState, useCallback, useRef } from "react"; -import { SignIn, UserButton, useAuth } from "@clerk/react"; +import { SignIn, UserButton, OrganizationSwitcher, useAuth } from "@clerk/react"; import { ThemeProvider } from "./ThemeProvider"; import Sidebar from "./components/Sidebar"; import StatCard from "./components/StatCard"; @@ -95,6 +95,7 @@ function AppInner() {
+