From bc4bed611c30a53779d6456c9d7f8ebb9a351065 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 19:15:51 -0800 Subject: [PATCH] feat: add rStack AppSwitcher dropdown to header Adds the unified rStack app switcher with pastel badges, emoji icons, and categorized navigation across all 17 rStack apps. Co-Authored-By: Claude Opus 4.6 --- app/page.tsx | 4 +- components/AppSwitcher.tsx | 192 +++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+), 1 deletion(-) create mode 100644 components/AppSwitcher.tsx diff --git a/app/page.tsx b/app/page.tsx index e07a61b..21546ba 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,5 @@ import Link from 'next/link' +import { AppSwitcher } from '@/components/AppSwitcher' export default function Home() { return ( @@ -6,7 +7,8 @@ export default function Home() { {/* Nav */}