Fix unified catalog: add map, tokens inside input, redirect from main
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:
Ruslan Bakiev
2026-01-22 11:06:58 +07:00
parent 08d7e0ade9
commit d837b9b90b
12 changed files with 377 additions and 768 deletions

View File

@@ -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"
}
}
}

View File

@@ -9,6 +9,7 @@
},
"search": {
"placeholder": "Найти предложение...",
"refine": "Уточнить...",
"searchProducts": "Поиск товаров...",
"searchSuppliers": "Поиск поставщиков...",
"searchHubs": "Поиск хабов..."
@@ -30,7 +31,8 @@
"noProducts": "Товары не найдены",
"noSuppliers": "Поставщики не найдены",
"noHubs": "Хабы не найдены",
"noOffers": "Предложения не найдены"
"noOffers": "Предложения не найдены",
"noResults": "Ничего не найдено"
}
}
}