From beb02bd3fc8cd49c17e03ebe4eece7931e8ab228 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:02:26 +0700 Subject: [PATCH] Use offer result cards in catalog and compute routes for supplier offers --- app/components/catalog/CatalogMapPanel.vue | 11 ++-- .../catalog/CatalogOffersSection.vue | 6 +- app/components/catalog/InfoPanel.vue | 23 ++++++-- app/components/catalog/QuotePanel.vue | 9 ++- app/composables/useCatalogInfo.ts | 55 ++++++++----------- 5 files changed, 61 insertions(+), 43 deletions(-) diff --git a/app/components/catalog/CatalogMapPanel.vue b/app/components/catalog/CatalogMapPanel.vue index 4f7ed5d..0f37c38 100644 --- a/app/components/catalog/CatalogMapPanel.vue +++ b/app/components/catalog/CatalogMapPanel.vue @@ -37,13 +37,14 @@