From 08dda1dbf77bcb7e7deb0b4d606c521be24926b6 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:40:33 +0300 Subject: [PATCH] F: Improve folders UI --- .../features/help/items/ui/help-library.tsx | 18 ++-- .../library/components/icon-show-sidebar.tsx | 2 +- .../pages/library-page/toolbar-search.tsx | 101 ++---------------- .../library-page/use-library-columns.tsx | 20 +--- .../pages/library-page/view-side-location.tsx | 33 +++--- 5 files changed, 30 insertions(+), 144 deletions(-) diff --git a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx index 3278e75c..f7168071 100644 --- a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx +++ b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx @@ -5,8 +5,7 @@ import { IconFolderEdit, IconFolderEmpty, IconFolderOpened, - IconFolderSearch, - IconFolderTree, + IconLeftClose, IconOSS, IconRSForm, IconSearch, @@ -45,28 +44,25 @@ export function HelpLibrary() {