Fix unified catalog: add map, tokens inside input, redirect from main
Some checks failed
Build Docker Image / build (push) Has been cancelled
Some checks failed
Build Docker Image / build (push) Has been cancelled
- Main page (/) now redirects to /catalog - Catalog page uses CatalogPage component with map on the right - Search bar tokens are now inside the input field (like Gmail) - Removed separate grid components, using cards directly - Added missing translations (refine, noResults)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Find an offer...",
|
||||
"refine": "Refine...",
|
||||
"searchProducts": "Search products...",
|
||||
"searchSuppliers": "Search suppliers...",
|
||||
"searchHubs": "Search hubs..."
|
||||
@@ -30,7 +31,8 @@
|
||||
"noProducts": "No products found",
|
||||
"noSuppliers": "No suppliers found",
|
||||
"noHubs": "No hubs found",
|
||||
"noOffers": "No offers found"
|
||||
"noOffers": "No offers found",
|
||||
"noResults": "No results found"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Найти предложение...",
|
||||
"refine": "Уточнить...",
|
||||
"searchProducts": "Поиск товаров...",
|
||||
"searchSuppliers": "Поиск поставщиков...",
|
||||
"searchHubs": "Поиск хабов..."
|
||||
@@ -30,7 +31,8 @@
|
||||
"noProducts": "Товары не найдены",
|
||||
"noSuppliers": "Поставщики не найдены",
|
||||
"noHubs": "Хабы не найдены",
|
||||
"noOffers": "Предложения не найдены"
|
||||
"noOffers": "Предложения не найдены",
|
||||
"noResults": "Ничего не найдено"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user