Refactor catalog filters: remove badges, use select dropdowns
All checks were successful
Build Docker Image / build (push) Successful in 4m21s

- Remove filter from suppliers page (not needed)
- Offers: show all active offers directly, add product type filter as select
- Hubs: change filter from pills to select dropdown
- Create CatalogFilterSelect component for dropdown filters
- Update useCatalogOffers to always filter active, use product filter
This commit is contained in:
Ruslan Bakiev
2026-01-08 10:08:05 +07:00
parent e629025899
commit 0c88cf383c
7 changed files with 94 additions and 137 deletions

View File

@@ -9,7 +9,8 @@
},
"filters": {
"all": "All",
"active": "Active"
"active": "Active",
"all_products": "All products"
},
"empty": {
"no_offers": "No active offers",

View File

@@ -9,7 +9,8 @@
},
"filters": {
"all": "Все",
"active": "Активные"
"active": "Активные",
"all_products": "Все товары"
},
"empty": {
"no_offers": "Нет активных предложений",