From 0853424c4e16eba06e3d00a3b96570e630e1fd26 Mon Sep 17 00:00:00 2001 From: Yakovenko Valeriia Date: Mon, 23 Mar 2026 10:12:55 +0100 Subject: [PATCH] fix: style --- bo/components.d.ts | 1 + bo/src/components/TopBar.vue | 3 + bo/src/components/admin/ProductDetailView.vue | 1 - bo/src/components/customer/Cart1.vue | 66 +++++++++++++++++++ bo/src/components/customer/PageAddresses.vue | 2 +- bo/src/components/customer/PageCart.vue | 2 +- .../customer/PageProductCardFull.vue | 2 +- .../components/customer/PageProductsList.vue | 65 +++++++++--------- bo/src/router/index.ts | 1 + bo/src/stores/cart.ts | 1 + bo/src/stores/product.ts | 4 +- 11 files changed, 110 insertions(+), 38 deletions(-) create mode 100644 bo/src/components/customer/Cart1.vue diff --git a/bo/components.d.ts b/bo/components.d.ts index 7a11499..2569557 100644 --- a/bo/components.d.ts +++ b/bo/components.d.ts @@ -11,6 +11,7 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { + Cart1: typeof import('./src/components/customer/Cart1.vue')['default'] Cs_PrivacyPolicyView: typeof import('./src/components/terms/cs_PrivacyPolicyView.vue')['default'] Cs_TermsAndConditionsView: typeof import('./src/components/terms/cs_TermsAndConditionsView.vue')['default'] En_PrivacyPolicyView: typeof import('./src/components/terms/en_PrivacyPolicyView.vue')['default'] diff --git a/bo/src/components/TopBar.vue b/bo/src/components/TopBar.vue index ed38d11..ee1f551 100644 --- a/bo/src/components/TopBar.vue +++ b/bo/src/components/TopBar.vue @@ -31,6 +31,9 @@ const authStore = useAuthStore() Cart + + Cart1 + Products List diff --git a/bo/src/components/admin/ProductDetailView.vue b/bo/src/components/admin/ProductDetailView.vue index e5a8259..c40ac70 100644 --- a/bo/src/components/admin/ProductDetailView.vue +++ b/bo/src/components/admin/ProductDetailView.vue @@ -26,7 +26,6 @@ -
diff --git a/bo/src/components/customer/Cart1.vue b/bo/src/components/customer/Cart1.vue new file mode 100644 index 0000000..fc6d392 --- /dev/null +++ b/bo/src/components/customer/Cart1.vue @@ -0,0 +1,66 @@ + + + diff --git a/bo/src/components/customer/PageAddresses.vue b/bo/src/components/customer/PageAddresses.vue index e2d85f5..36bc3ae 100644 --- a/bo/src/components/customer/PageAddresses.vue +++ b/bo/src/components/customer/PageAddresses.vue @@ -1,5 +1,5 @@