refactor(hub): replace sections with sources list and map
All checks were successful
Build Docker Image / build (push) Successful in 4m45s
All checks were successful
Build Docker Image / build (push) Successful in 4m45s
- Remove Offers, Suppliers, Products, NearbyConnections sections - Add product filter dropdown - Show sources list with routes from findProductRoutes API - Display routes on map using RequestRoutesMap component - Add i18n keys for sources section (en/ru)
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
"byRoad": "По автодороге",
|
||||
"byRail": "По железной дороге",
|
||||
"empty": "Нет доступных маршрутов"
|
||||
},
|
||||
"sources": {
|
||||
"title": "Откуда можно привезти",
|
||||
"selectProduct": "Выберите товар",
|
||||
"empty": "Нет источников для этого товара",
|
||||
"loading": "Загрузка маршрутов..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user