Images_gallery_filter #234

Merged
vikas.nale merged 12 commits from Images_gallery_filter into main 2025-07-08 06:47:13 +00:00
4 changed files with 4 additions and 7 deletions
Showing only changes of commit 287d116609 - Show all commits

View File

@ -71,8 +71,8 @@ const AboutProject = ({ data }) => {
</div>
{data && (
<div className="card mb-6">
<div class="card-header text-start">
<h6 class="card-action-title mb-0">
<div className="card-header text-start">
<h6 className="card-action-title mb-0">
{" "}
<i className="fa fa-building rounded-circle text-primary"></i>
<span className="ms-2">Project Profile</span>

View File

@ -50,7 +50,7 @@
{
"text": "Daily Expenses",
"available": true,
"link": "/activities/gallary"
"link": "/activities/reports"
}
]
},

View File

@ -366,7 +366,7 @@ const ImageGallery = () => {
const renderFilterCategory = (label, items, type) => (
<div className={`dropdown my-2 ${collapsedFilters[type] ? "collapsed" : ""}`}>
<div className="dropdown-header" onClick={() => toggleCollapse(type)}>
<div className="dropdown-header bg-label-primary" onClick={() => toggleCollapse(type)}>
<strong>{label}</strong>
<div className="header-controls">
{type === "dateRange" && (selectedFilters.startDate || selectedFilters.endDate) && (

View File

@ -194,9 +194,6 @@
transition: background 0.2s;
}
.dropdown-content label:hover {
background-color: #eef2ff;
}
.dropdown-content input[type="checkbox"] {
-webkit-appearance: none;