From f4afd362eb44d894765331ba3965db8c0ad8bab9 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:34:58 +0700 Subject: [PATCH] Rewrite team/profile/orders pages with bottom sheet (not side panel) - All three pages now use CatalogPage + bottom sheet from bottom (70vh) - Glass style: bg-black/40 backdrop-blur-xl rounded-t-2xl - Drag handle at top - Two-column grid layout for team/profile - Orders list with search and filter - Map visible in background --- app/pages/clientarea/orders/index.vue | 191 ++++++++++-------- app/pages/clientarea/profile/index.vue | 228 ++++++++++++--------- app/pages/clientarea/team/index.vue | 265 +++++++++++++------------ 3 files changed, 381 insertions(+), 303 deletions(-) diff --git a/app/pages/clientarea/orders/index.vue b/app/pages/clientarea/orders/index.vue index 2bac047..7e7c473 100644 --- a/app/pages/clientarea/orders/index.vue +++ b/app/pages/clientarea/orders/index.vue @@ -1,92 +1,119 @@