From 4496110dd81908d03b8aac36f2a993ac56feca98 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 20 Jan 2026 22:02:13 +0800 Subject: [PATCH] feat(app-switcher): add compact mode for takeover with 3+ visible apps --- src/App.tsx | 7 ++++++- src/components/AppSwitcher.tsx | 10 +++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7b92c8fd..e857e152 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -889,7 +889,12 @@ function App() { )} - + = 3} + />
))}