From 7af73e4453dfa16f2b4f8e8a807feb20dceba0ad Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 19:15:49 -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 --- src/app/page.tsx | 20 ++- src/components/AppSwitcher.tsx | 192 +++++++++++++++++++++ src/components/calendar/CalendarHeader.tsx | 3 + 3 files changed, 207 insertions(+), 8 deletions(-) create mode 100644 src/components/AppSwitcher.tsx diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b491b..1fc91c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ import Link from 'next/link' +import { AppSwitcher } from '@/components/AppSwitcher' export default function LandingPage() { return ( @@ -6,14 +7,17 @@ export default function LandingPage() { {/* Nav */}