refactor(catalog): replace InfoPanel tabs with vertical sections
All checks were successful
Build Docker Image / build (push) Successful in 3m57s

- Remove all tabs from InfoPanel, use stacked sections instead
- Load suppliers (for hub) and hubs (for supplier) immediately
- Show entity header as text, not card
- Simplify relatedPoints to show all points on map
- Add translations for new section titles
This commit is contained in:
Ruslan Bakiev
2026-01-26 19:34:04 +07:00
parent 69bb978526
commit e905098cb5
5 changed files with 236 additions and 323 deletions

View File

@@ -56,7 +56,14 @@
},
"info": {
"selectProductFirst": "Select a product first",
"addToFilter": "Add to filter"
"addToFilter": "Add to filter",
"productsHere": "Products available here",
"productsFromSupplier": "Products from this supplier",
"nearestHubs": "Nearest hubs",
"suppliersNearby": "Suppliers nearby",
"noHubs": "No hubs found",
"noSuppliers": "No suppliers found",
"viewSupplier": "View supplier"
},
"modes": {
"explore": "Explore",