mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(libs-shared-filter): show selected filter count on filter button - Display the number of selected filters as a badge on the filter menu button when filters are active. - Add `.has-selected-filter` styling for visual emphasis when filters are selected. - Update FilterService to provide a computed `selectedFilterCount` property, counting non-default filter inputs. - Remove direct icon rendering from the button; icon is now handled by the button component. - Update tests to mock and assert the new selected filter count logic. Ref: #5070