From b4537c1483c9c1df59ba39337e1afdaa379d67af Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:59:20 +0700 Subject: [PATCH] Redesign client cabinet UI with capsule nav and card layouts --- app/app.vue | 4 +- app/assets/css/main.css | 66 ++++++++++++++- app/components/ui/AppHeader.vue | 97 +++++++++++++++++++--- app/pages/cart.vue | 83 ++++++++++++------ app/pages/index.vue | 29 +++++-- app/pages/notifications.vue | 143 ++++++++++++++++++++++++++++++++ app/pages/orders.vue | 128 ++++++++++++++++++++++------ app/pages/products.vue | 73 +++++++++++++--- app/pages/profile.vue | 86 +++++++++++++------ 9 files changed, 598 insertions(+), 111 deletions(-) create mode 100644 app/pages/notifications.vue diff --git a/app/app.vue b/app/app.vue index 38f038f..edb3700 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,7 +1,7 @@