From 53f00f6d8125134016f82d94cb287f1a9bfc9b90 Mon Sep 17 00:00:00 2001 From: Reza Taghizadeh <95388378+srt207-reza@users.noreply.github.com> Date: Sat, 18 Oct 2025 15:59:06 +0330 Subject: [PATCH 1/6] fix: resolve banner issue --- package.json | 2 +- .../pages/BannerSwiper/BannerSwiper.tsx | 60 +++++++++---------- 2 files changed, 29 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 3ddee62c..88f78dbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "app.salona", "private": true, - "version": "2.73.2", + "version": "2.73.3", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx b/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx index 78c5294c..7249a1d1 100644 --- a/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx +++ b/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx @@ -5,7 +5,6 @@ import { Autoplay } from "swiper/modules"; import { Link, useNavigate } from "react-router-dom"; import happyGirl from "../../assets/happyGirl.svg"; import bgBanner from "../../assets/bg-banner.png"; - interface Banner { image: string; link: string; @@ -14,11 +13,10 @@ interface Banner { const BannerSwiper = () => { const { data: banners, isLoading, isError } = useGetBannerEvents(); const navigate = useNavigate(); - return ( -
-
-
+
+
+
{isLoading ? (
در حال بارگذاری...
) : isError ? ( @@ -32,6 +30,7 @@ const BannerSwiper = () => { disableOnInteraction: false, pauseOnMouseEnter: false, }} + className="py-5" spaceBetween={5} breakpoints={{ 320: { slidesPerView: 1 }, @@ -46,38 +45,35 @@ const BannerSwiper = () => { 600: { slidesPerView: 1.75 }, 650: { slidesPerView: 1.9 }, }} - className="max-w-2xl" > {/* first slide-rose */} -
-
-
-

- رُز در خدمت شما -

-
- -
-
- happy girl +
+

+ > + رُز در خدمت شما +

+
+ +
+ happy girl
From 132cac92b7273d6b47c65d30039a97fa04cc0bba Mon Sep 17 00:00:00 2001 From: Reza Taghizadeh <95388378+srt207-reza@users.noreply.github.com> Date: Sat, 18 Oct 2025 15:59:06 +0330 Subject: [PATCH 2/6] fix: resolve banner issue (v2.73.3) --- package.json | 2 +- .../pages/BannerSwiper/BannerSwiper.tsx | 60 +++++++++---------- 2 files changed, 29 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index 3ddee62c..88f78dbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "app.salona", "private": true, - "version": "2.73.2", + "version": "2.73.3", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx b/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx index 78c5294c..7249a1d1 100644 --- a/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx +++ b/src/apps/new-ui/pages/BannerSwiper/BannerSwiper.tsx @@ -5,7 +5,6 @@ import { Autoplay } from "swiper/modules"; import { Link, useNavigate } from "react-router-dom"; import happyGirl from "../../assets/happyGirl.svg"; import bgBanner from "../../assets/bg-banner.png"; - interface Banner { image: string; link: string; @@ -14,11 +13,10 @@ interface Banner { const BannerSwiper = () => { const { data: banners, isLoading, isError } = useGetBannerEvents(); const navigate = useNavigate(); - return ( -
-
-
+
+
+
{isLoading ? (
در حال بارگذاری...
) : isError ? ( @@ -32,6 +30,7 @@ const BannerSwiper = () => { disableOnInteraction: false, pauseOnMouseEnter: false, }} + className="py-5" spaceBetween={5} breakpoints={{ 320: { slidesPerView: 1 }, @@ -46,38 +45,35 @@ const BannerSwiper = () => { 600: { slidesPerView: 1.75 }, 650: { slidesPerView: 1.9 }, }} - className="max-w-2xl" > {/* first slide-rose */} -
-
-
-

- رُز در خدمت شما -

-
- -
-
- happy girl +
+

+ > + رُز در خدمت شما +

+
+ +
+ happy girl
From bf818730338d22ee357b3ff7f18caaaea651192b Mon Sep 17 00:00:00 2001 From: farnoosh-krm Date: Sat, 18 Oct 2025 17:05:47 +0330 Subject: [PATCH 3/6] (feat) - explore page modified (2.74.0) (fix) - error fixed --- src/apps/new-ui/components/Qr-code/QrCodeScanner.tsx | 6 +++--- src/apps/new-ui/pages/explore/explore.css | 12 ++++++++++++ src/apps/new-ui/pages/explore/index.tsx | 6 +++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/apps/new-ui/components/Qr-code/QrCodeScanner.tsx b/src/apps/new-ui/components/Qr-code/QrCodeScanner.tsx index ea22f982..918aeecc 100644 --- a/src/apps/new-ui/components/Qr-code/QrCodeScanner.tsx +++ b/src/apps/new-ui/components/Qr-code/QrCodeScanner.tsx @@ -223,7 +223,7 @@ export default function QrUltimateStyled({ onResult }: { onResult?: (text: strin }, []); const galleryButton = ( -