From e4d6c9ce814896d966a7a22a133f9a063d8ba7bf Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:56:58 +0700 Subject: [PATCH] feat(ui): refresh glass header and map bottom sheets --- .../catalog/AddressDetailBottomSheet.vue | 58 +++++++------- .../catalog/OrderDetailBottomSheet.vue | 76 +++++++++---------- app/layouts/topnav.vue | 21 ++++- app/pages/clientarea/orders/[id].vue | 61 +++++++-------- 4 files changed, 118 insertions(+), 98 deletions(-) diff --git a/app/components/catalog/AddressDetailBottomSheet.vue b/app/components/catalog/AddressDetailBottomSheet.vue index 71f296f..77aff5e 100644 --- a/app/components/catalog/AddressDetailBottomSheet.vue +++ b/app/components/catalog/AddressDetailBottomSheet.vue @@ -2,84 +2,84 @@
-
+
-
+
-
+
-
-
+
-
-
+
+
- {{ t('profileAddresses.detail.location') }} + {{ t('profileAddresses.detail.location') }}
-
- +
+ {{ address.address }}
-
- +
+ {{ address.latitude.toFixed(6) }}, {{ address.longitude.toFixed(6) }}
-
-
+
+
- {{ t('profileAddresses.detail.map') }} + {{ t('profileAddresses.detail.map') }}
-
+
- @@ -115,8 +115,8 @@
-
-
+
+
diff --git a/app/components/catalog/OrderDetailBottomSheet.vue b/app/components/catalog/OrderDetailBottomSheet.vue index 95b821b..e6b5463 100644 --- a/app/components/catalog/OrderDetailBottomSheet.vue +++ b/app/components/catalog/OrderDetailBottomSheet.vue @@ -2,40 +2,40 @@
-
+
-
+
-
+