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
21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"catalogOffersSection": {
|
|
"header": {
|
|
"title": "Offers",
|
|
"select_product": "Select product"
|
|
},
|
|
"actions": {
|
|
"view_all": "View all"
|
|
},
|
|
"filters": {
|
|
"all": "All",
|
|
"active": "Active",
|
|
"all_products": "All products"
|
|
},
|
|
"empty": {
|
|
"no_offers": "No active offers",
|
|
"no_products": "No products available"
|
|
}
|
|
}
|
|
}
|