From caa9b9fba50eb6ed9d15282f25feb83fa7630755 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:17:16 +0700 Subject: [PATCH] Refine cabinet layout, profile blocks, and list filters --- app/app.vue | 2 +- app/pages/cart.vue | 248 +++++++++++++++++++++++++----------- app/pages/index.vue | 3 - app/pages/notifications.vue | 3 +- app/pages/orders.vue | 187 +++++++++++++++------------ app/pages/products.vue | 51 +++++++- app/pages/profile.vue | 155 +++++++--------------- 7 files changed, 372 insertions(+), 277 deletions(-) diff --git a/app/app.vue b/app/app.vue index a502d88..90fb505 100644 --- a/app/app.vue +++ b/app/app.vue @@ -6,7 +6,7 @@ const isLoginPage = computed(() => route.path === '/login');