From f33c3c8b29fb2885dcc040edd88db56e20eca02c Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Tue, 3 Feb 2026 23:59:16 -0500 Subject: [PATCH] fix: Swap folder tree count with menu button on hover The tree count and hamburger menu were overlapping at the right edge of folder items. Now the count hides on hover and the menu button appears in its place. Co-Authored-By: Claude Opus 4.5 --- frontend/src/components/library/FolderSidebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/library/FolderSidebar.tsx b/frontend/src/components/library/FolderSidebar.tsx index 8f99b2d3..41397f04 100644 --- a/frontend/src/components/library/FolderSidebar.tsx +++ b/frontend/src/components/library/FolderSidebar.tsx @@ -136,10 +136,10 @@ function FolderItem({ )} {folder.name} - {folder.tree_count} + {folder.tree_count} - {/* Folder menu button */} + {/* Folder menu button - replaces tree count on hover */}