refactor(hub): replace sections with sources list and map
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:
Ruslan Bakiev
2026-01-09 01:08:56 +07:00
parent 01e8eb2cfa
commit cd2c8afff1
5 changed files with 226 additions and 232 deletions

View File

@@ -42,6 +42,12 @@
"byRoad": "By Road",
"byRail": "By Rail",
"empty": "No connections available"
},
"sources": {
"title": "Available sources",
"selectProduct": "Select a product",
"empty": "No sources for this product",
"loading": "Loading routes..."
}
}
}