From 12d8184b7068b4311d459009f87b1323c019574e Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 23 Jul 2025 14:59:42 +0530 Subject: [PATCH] Change all filter icon to bx bx-slider-alt ms-2. In image Gallery, Directory and Project List. --- src/pages/Directory/DirectoryPageHeader.jsx | 4 ++-- src/pages/Gallary/ImageGallary.jsx | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/pages/Directory/DirectoryPageHeader.jsx b/src/pages/Directory/DirectoryPageHeader.jsx index 521a4961..1db99102 100644 --- a/src/pages/Directory/DirectoryPageHeader.jsx +++ b/src/pages/Directory/DirectoryPageHeader.jsx @@ -300,7 +300,7 @@ const DirectoryPageHeader = ({ data-bs-toggle="dropdown" aria-expanded="false" > - 0 ? "text-primary" : "text-muted"}`}> + 0 ? "text-primary" : "text-muted"}`}> {notesFilterCount > 0 && ( {notesFilterCount} @@ -433,7 +433,7 @@ const DirectoryPageHeader = ({ data-bs-toggle="dropdown" aria-expanded="false" > - 0 ? "text-primary" : "text-muted"}`}> + 0 ? "text-primary" : "text-muted"}`}> {filtered > 0 && ( {filtered} diff --git a/src/pages/Gallary/ImageGallary.jsx b/src/pages/Gallary/ImageGallary.jsx index 16335df2..2040c79b 100644 --- a/src/pages/Gallary/ImageGallary.jsx +++ b/src/pages/Gallary/ImageGallary.jsx @@ -317,11 +317,7 @@ useEffect(() => { onClick={() => setIsFilterPanelOpen((p) => !p)} ref={filterButtonRef} > - {isFilterPanelOpen ? ( - - ) : ( - - )} + {isFilterPanelOpen ? : }
{isLoading ? (