From 28406d060c0df25213f85755046814e0d662284d Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 9 Nov 2025 08:17:39 +0800 Subject: [PATCH] revert: Remove page transition animations Page switching animations were not noticeable enough and felt unnecessary. Keep only the login/logout fullscreen crossfade transitions which provide clear visual feedback for authentication state changes --- src/ui/desktop/DesktopApp.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/ui/desktop/DesktopApp.tsx b/src/ui/desktop/DesktopApp.tsx index 35228c70..743ed13a 100644 --- a/src/ui/desktop/DesktopApp.tsx +++ b/src/ui/desktop/DesktopApp.tsx @@ -178,15 +178,11 @@ function AppContent() { className="h-screen w-full visible pointer-events-auto static overflow-hidden" style={{ display: showTerminalView ? "block" : "none" }} > - {showTerminalView && ( -
- -
- )} + {showHome && ( -
+
+
+
)} {showProfile && ( -
+
)}