From 20277d63dd8f26d8eb780e8bb80f68d0c27b4bb8 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:07:54 +0330 Subject: [PATCH 01/18] changed page transition --- frontend/nuxt.config.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 2b80190..68e50a1 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -20,17 +20,11 @@ export default defineNuxtConfig({ title: "فروشگاه هی ملز", }, pageTransition: { - enterActiveClass: - "animate__animated animate__fadeIn animate__faster", - leaveActiveClass: - "animate__animated animate__fadeOut animate__faster", + name: "fade", mode: "out-in", }, layoutTransition: { - enterActiveClass: - "animate__animated animate__fadeIn animate__faster", - leaveActiveClass: - "animate__animated animate__fadeOut animate__faster", + name: "fade", mode: "out-in", }, }, From f0422a855bfa9f0cef87f52297a01b67ceddd112 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:08:08 +0330 Subject: [PATCH 02/18] installed new swiper --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 9035be3..3a287e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "nuxt": "^3.15.4", "reka-ui": "^1.0.0-alpha.6", "sanitize-html": "^2.15.0", - "swiper": "^11.2.4", + "swiper": "^11.2.6", "universal-cookie": "^7.2.2", "vue": "latest", "vue-router": "latest", From c7460d608f24db0d4027974af31d8e7c9142c3e6 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:08:28 +0330 Subject: [PATCH 03/18] added new bg pattern css --- frontend/assets/css/tailwind.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 476401d..c647adb 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -325,4 +325,36 @@ .vpd-controls button { @apply flex justify-center items-center; } + + .pattern { + width: 100%; + height: 100%; + --color: #191a1a10; + background-color: white; + background-image: linear-gradient( + 0deg, + transparent 24%, + var(--color) 25%, + var(--color) 26%, + transparent 27%, + transparent 74%, + var(--color) 75%, + var(--color) 76%, + transparent 77%, + transparent + ), + linear-gradient( + 90deg, + transparent 24%, + var(--color) 25%, + var(--color) 26%, + transparent 27%, + transparent 74%, + var(--color) 75%, + var(--color) 76%, + transparent 77%, + transparent + ); + background-size: 55px 55px; + } } From 28e4f87d01c3bf177afaa9cf63c6e84df06ef5f6 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:08:58 +0330 Subject: [PATCH 04/18] added a delay for redirect to bank gateway --- frontend/components/cart/global/CartSummary.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/components/cart/global/CartSummary.vue b/frontend/components/cart/global/CartSummary.vue index 90aca8b..037dcaa 100644 --- a/frontend/components/cart/global/CartSummary.vue +++ b/frontend/components/cart/global/CartSummary.vue @@ -90,7 +90,9 @@ const handlePayment = () => { }, { onSuccess: (data) => { - window.location.href = data.url; + setTimeout(() => { + window.location.href = data.url; + }, 2000); }, onError: () => { addToast({ From 0e892ccafb0c913c8fb3fa9a81170aadac9a9408 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:09:12 +0330 Subject: [PATCH 05/18] changed footer padding --- frontend/components/global/Footer.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/components/global/Footer.vue b/frontend/components/global/Footer.vue index a30a190..e8eb37d 100644 --- a/frontend/components/global/Footer.vue +++ b/frontend/components/global/Footer.vue @@ -10,7 +10,7 @@ class="flex flex-col gap-4 items-center justify-center relative z-20" >

با ما در ارتباط باشید...

لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان @@ -77,7 +77,7 @@

لینک های مفید

  • از طراحان گرافیک است
  • تولید نامفهوم
  • @@ -90,7 +90,7 @@

    لینک های مفید

    • از طراحان گرافیک است
    • تولید نامفهوم
    • @@ -105,7 +105,7 @@ لینک های مفید
      • از طراحان گرافیک است
      • تولید نامفهوم
      • From e9d667aa872ff586b7911298bf11d4879292f7ca Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:09:39 +0330 Subject: [PATCH 06/18] changed service highlights padding --- frontend/components/global/ServiceHighlights.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/components/global/ServiceHighlights.vue b/frontend/components/global/ServiceHighlights.vue index f3873aa..5e86ae1 100644 --- a/frontend/components/global/ServiceHighlights.vue +++ b/frontend/components/global/ServiceHighlights.vue @@ -36,15 +36,12 @@ const highlights = ref([