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": "Сначала выберите товар",
"addToFilter": "Добавить в фильтр"
"addToFilter": "Добавить в фильтр",
"productsHere": "Товары доступные здесь",
"productsFromSupplier": "Товары от этого поставщика",
"nearestHubs": "Ближайшие хабы",
"suppliersNearby": "Поставщики рядом",
"noHubs": "Хабы не найдены",
"noSuppliers": "Поставщики не найдены",
"viewSupplier": "Посмотреть поставщика"
},
"modes": {
"explore": "Исследовать",