mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(reward-shopping-cart-item, filter-service): exclude downloads and text inputs from counts Hide low stock warning for download items in reward shopping cart, as downloads don't have physical inventory constraints. Exclude text/searchbox inputs from selected filter count calculation to prevent search queries from inflating the filter badge counter. Remove unused isIconButtonActive computed property in filter menu button. Ref: #5441