Fix catalog UI: navbar alignment, selection panel, map search, infinite scroll
All checks were successful
Build Docker Image / build (push) Successful in 3m37s
All checks were successful
Build Docker Image / build (push) Successful in 3m37s
- Fix team selector alignment in navbar (use items-center, fixed height) - Fix SelectionPanel header padding to account for parent p-4 - Add map search input (white glass, positioned next to panel) - Add infinite scroll to SelectionPanel with IntersectionObserver - Products load all at once (no server-side pagination yet) - Hubs and Suppliers support pagination with loadMore
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"refine": "Refine...",
|
||||
"searchProducts": "Search products...",
|
||||
"searchSuppliers": "Search suppliers...",
|
||||
"searchHubs": "Search hubs..."
|
||||
"searchHubs": "Search hubs...",
|
||||
"searchOnMap": "Search on map..."
|
||||
},
|
||||
"hero": {
|
||||
"title": "Find the best offer",
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"refine": "Уточнить...",
|
||||
"searchProducts": "Поиск товаров...",
|
||||
"searchSuppliers": "Поиск поставщиков...",
|
||||
"searchHubs": "Поиск хабов..."
|
||||
"searchHubs": "Поиск хабов...",
|
||||
"searchOnMap": "Поиск на карте..."
|
||||
},
|
||||
"hero": {
|
||||
"title": "Найдите лучшее предложение",
|
||||
|
||||
Reference in New Issue
Block a user