From e905098cb5c57b84f5408562541f64820ef7fdbd Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Mon, 26 Jan 2026 19:34:04 +0700 Subject: [PATCH] refactor(catalog): replace InfoPanel tabs with vertical sections - 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 --- app/components/catalog/InfoPanel.vue | 338 +++++++++------------------ app/composables/useCatalogInfo.ts | 123 +++++++--- app/pages/catalog/index.vue | 80 ++----- i18n/locales/en/catalog.json | 9 +- i18n/locales/ru/catalog.json | 9 +- 5 files changed, 236 insertions(+), 323 deletions(-) diff --git a/app/components/catalog/InfoPanel.vue b/app/components/catalog/InfoPanel.vue index 34ecd69..e8ce47f 100644 --- a/app/components/catalog/InfoPanel.vue +++ b/app/components/catalog/InfoPanel.vue @@ -1,8 +1,8 @@