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
503 B
JSON
21 lines
503 B
JSON
{
|
||
"catalogOffersSection": {
|
||
"header": {
|
||
"title": "Предложения",
|
||
"select_product": "Выберите товар"
|
||
},
|
||
"actions": {
|
||
"view_all": "Смотреть все"
|
||
},
|
||
"filters": {
|
||
"all": "Все",
|
||
"active": "Активные",
|
||
"all_products": "Все товары"
|
||
},
|
||
"empty": {
|
||
"no_offers": "Нет активных предложений",
|
||
"no_products": "Нет доступных товаров"
|
||
}
|
||
}
|
||
}
|