mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Added `useHasActiveFilters` hook to determine if any filters are active based on selected tags, cameras, lenses, and ratings. - Introduced `ActiveFiltersHero` component to display active filters and related actions, including options to edit or clear filters. - Created `FilterChip`, `FilterChips`, and `FilterStats` components for managing and displaying individual filter selections. - Updated `PhotosRoot` to integrate the new active filters UI, enhancing user experience by providing immediate feedback on applied filters. - Added localization strings for active filters in multiple languages. Signed-off-by: Innei <tukon479@gmail.com>