From fc4bdea66f0672959f0457c2f241d358dfc91bfa Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 13 May 2026 12:34:03 +0330 Subject: [PATCH 1/6] Fix footer phone --- frontend/components/global/Footer.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/components/global/Footer.vue b/frontend/components/global/Footer.vue index b042fb3..fe07688 100644 --- a/frontend/components/global/Footer.vue +++ b/frontend/components/global/Footer.vue @@ -96,11 +96,7 @@ 93111026-021
- - برای پشتیبانی : داخلی ۱ -
- برای مدیریت : داخلی ۴ -
+ ارتباط با پشتیبانی: داخلی ۱
  • ایمیل: npsayna@gmail.com
  • تیکت
  • From b57d58aa924b47a8515c4c61b6e2f43db19f70cb Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 13 May 2026 12:34:13 +0330 Subject: [PATCH 2/6] Fix contact us phones --- frontend/pages/contact-us.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/pages/contact-us.vue b/frontend/pages/contact-us.vue index d889e4a..bfa9b81 100644 --- a/frontend/pages/contact-us.vue +++ b/frontend/pages/contact-us.vue @@ -70,13 +70,12 @@ const contactWays = ref<{ title: string; ways: { type: "text" | "link"; title: s ways: [ { type: "link", - title: "09026663488", - path: "tell:09026663488", + title: "93111026-021", + path: "tell:02193111026", }, { - type: "link", - title: "09022202311", - path: "tell:09022202311", + type: "text", + title: "ارتباط با پشتیبانی: داخلی ۱", }, ], }, From 6796213ccf367efb48772f665cc26fce5f9b2bb7 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 14 May 2026 21:18:44 +0330 Subject: [PATCH 3/6] Update comment flow --- .../global/product-detail/Rating.vue | 2 +- .../components/global/product/Comment.vue | 5 +- .../components/product/ProductComments.vue | 143 +++++++++++++++--- .../components/product/ProductHero/index.vue | 8 +- .../api/product/useCreateComment.ts | 1 + .../composables/api/product/useRateProduct.ts | 32 ++++ frontend/constants/index.ts | 1 + frontend/pages/product/[id].vue | 2 +- frontend/types/global.d.ts | 4 +- 9 files changed, 168 insertions(+), 30 deletions(-) create mode 100644 frontend/composables/api/product/useRateProduct.ts diff --git a/frontend/components/global/product-detail/Rating.vue b/frontend/components/global/product-detail/Rating.vue index bd75dee..b4ffc64 100644 --- a/frontend/components/global/product-detail/Rating.vue +++ b/frontend/components/global/product-detail/Rating.vue @@ -14,7 +14,7 @@ defineProps();