From c39bc55ebcab896e46994bb51f553fe86c0cccff Mon Sep 17 00:00:00 2001
From: Ruslan Bakiev <572431+veikab@users.noreply.github.com>
Date: Tue, 27 Jan 2026 12:12:05 +0700
Subject: [PATCH] Fix InfoPanel for offers - supplier name and map point
- Show supplier name with loading state instead of "View Supplier" link
- Fix offer coordinates on map (use locationLatitude/locationLongitude)
---
app/components/catalog/InfoPanel.vue | 32 +++++++++++++++++++++-------
app/pages/catalog/index.vue | 11 ++++++----
2 files changed, 31 insertions(+), 12 deletions(-)
diff --git a/app/components/catalog/InfoPanel.vue b/app/components/catalog/InfoPanel.vue
index bfbac05..9c4cdee 100644
--- a/app/components/catalog/InfoPanel.vue
+++ b/app/components/catalog/InfoPanel.vue
@@ -41,15 +41,21 @@
{{ formatPrice(entity.pricePerUnit) }} {{ entity.currency || 'RUB' }}/{{ entity.unit || 't' }}
-
-