From 0e4db933969e16e9c6f371c531ede5f249ab178a Mon Sep 17 00:00:00 2001 From: estifanos Date: Wed, 19 Aug 2026 08:05:21 +0000 Subject: [PATCH] fixes --- libs/ui/src/lib/layout/AppSidebar.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libs/ui/src/lib/layout/AppSidebar.tsx b/libs/ui/src/lib/layout/AppSidebar.tsx index 4ef9cd12a..81825eee7 100644 --- a/libs/ui/src/lib/layout/AppSidebar.tsx +++ b/libs/ui/src/lib/layout/AppSidebar.tsx @@ -110,13 +110,18 @@ function SidebarItem({ item, collapsed, activePath, onNavigate, opened, onToggle ); // Parent headers always carry a chevron so the expand/collapse state is - // never ambiguous, even when a badge is also present. + // never ambiguous, even when a badge is also present. One icon rotated + // (rather than swapping icons) so the toggle animates instead of jumping. const chevron = hasChildren ? ( - opened ? ( - - ) : ( - - ) + ) : null; const soonBadge = (