From 8b9c09d99438e2748bc5fd9003605eec3db2e1b6 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 21 Feb 2026 17:04:29 +0800 Subject: [PATCH] feat(toolbar): add fade transition when switching between OpenClaw and other apps --- src/App.tsx | 193 +++++++++++++++++++++++++++------------------------- 1 file changed, 102 insertions(+), 91 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7fcb9cf52..0b6f0f64e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1075,97 +1075,108 @@ function App() { />
- {activeApp === "openclaw" ? ( - <> - - - - - - ) : ( - <> - - - - - - )} + + + {activeApp === "openclaw" ? ( + <> + + + + + + ) : ( + <> + + + + + + )} + +