Add filter by map bounds checkbox to SelectionPanel
All checks were successful
Build Docker Image / build (push) Successful in 3m36s

- Remove map search input (was wrong implementation)
- Add checkbox "In map area" to filter list by visible map bounds
- Filter products/hubs/suppliers when checkbox is enabled
- Disable "load more" when filtering by bounds (client-side only)
This commit is contained in:
Ruslan Bakiev
2026-01-24 10:54:09 +07:00
parent 74324ff337
commit d03564a2d9
5 changed files with 63 additions and 33 deletions

View File

@@ -12,7 +12,7 @@
"searchProducts": "Search products...",
"searchSuppliers": "Search suppliers...",
"searchHubs": "Search hubs...",
"searchOnMap": "Search on map..."
"filterByMap": "In map area"
},
"hero": {
"title": "Find the best offer",

View File

@@ -12,7 +12,7 @@
"searchProducts": "Поиск товаров...",
"searchSuppliers": "Поиск поставщиков...",
"searchHubs": "Поиск хабов...",
"searchOnMap": "Поиск на карте..."
"filterByMap": "В области карты"
},
"hero": {
"title": "Найдите лучшее предложение",