From e4c4cbe68efb1be1303b6d6d3c6e2b98c6c57911 Mon Sep 17 00:00:00 2001 From: sunkiteo-o Date: Sat, 14 Mar 2026 00:16:53 +0900 Subject: [PATCH 1/6] =?UTF-8?q?fix:=20=EB=B0=B0=EA=B2=BD=20=EC=83=89?= =?UTF-8?q?=EC=83=81=20=EC=9E=98=EB=A6=BC=20=ED=95=B4=EA=B2=B0=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/wishpool/(builder)/intro/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/wishpool/(builder)/intro/layout.tsx b/src/app/wishpool/(builder)/intro/layout.tsx index 813f2420..26b2b595 100644 --- a/src/app/wishpool/(builder)/intro/layout.tsx +++ b/src/app/wishpool/(builder)/intro/layout.tsx @@ -6,7 +6,9 @@ const IntroLayout = ({ children }: { children: React.ReactNode }) => { return ( <> -
{children}
+
+ {children} +
); }; From b276240bc29b602d578fed1ec5c4aa7974416517 Mon Sep 17 00:00:00 2001 From: sunkiteo-o Date: Sat, 14 Mar 2026 00:17:38 +0900 Subject: [PATCH 2/6] =?UTF-8?q?fix:=20'=EC=84=A0=EB=AC=BC=20=EB=8D=94=20?= =?UTF-8?q?=EC=A0=9C=EC=95=88=ED=95=98=EA=B8=B0'=20=EB=A1=9C=20=ED=85=8D?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/wishpool/join/[id]/add/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/wishpool/join/[id]/add/page.tsx b/src/app/wishpool/join/[id]/add/page.tsx index 33b169df..2ea9ede3 100644 --- a/src/app/wishpool/join/[id]/add/page.tsx +++ b/src/app/wishpool/join/[id]/add/page.tsx @@ -119,7 +119,7 @@ const AddPage = () => { title="선물 추가 버튼 아이콘" className="text-text" /> - 선물 더 제안 + 선물 더 제안하기 Date: Sat, 14 Mar 2026 00:25:29 +0900 Subject: [PATCH 3/6] =?UTF-8?q?feat:=20vacant=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98=20=EC=B6=94=EA=B0=80=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/iconMap.ts | 2 + src/assets/icons/svg/icon_vacant.svg | 57 ++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 src/assets/icons/svg/icon_vacant.svg diff --git a/src/assets/icons/iconMap.ts b/src/assets/icons/iconMap.ts index 66747d9c..5d7b92c5 100644 --- a/src/assets/icons/iconMap.ts +++ b/src/assets/icons/iconMap.ts @@ -26,6 +26,7 @@ import StarIcon from '@/assets/icons/svg/icon_star.svg'; import SwipeIcon from '@/assets/icons/svg/icon_swipe.svg'; import TrashIcon from '@/assets/icons/svg/icon_trash.svg'; import UpIcon from '@/assets/icons/svg/icon_up.svg'; +import VacantIcon from '@/assets/icons/svg/icon_vacant.svg'; import WishIcon from '@/assets/icons/svg/icon_wish.svg'; export const iconMap = { @@ -56,6 +57,7 @@ export const iconMap = { ribbon: RibbonIcon, loading: LoadingIcon, delete: DeleteIcon, + vacant: VacantIcon, } as const; export type IconName = keyof typeof iconMap; diff --git a/src/assets/icons/svg/icon_vacant.svg b/src/assets/icons/svg/icon_vacant.svg new file mode 100644 index 00000000..fa80a2e7 --- /dev/null +++ b/src/assets/icons/svg/icon_vacant.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From fc650da3abd9bda4bbb4cd7c6fcefda7b9376767 Mon Sep 17 00:00:00 2001 From: sunkiteo-o Date: Sat, 14 Mar 2026 00:26:47 +0900 Subject: [PATCH 4/6] =?UTF-8?q?feat:=20=ED=99=88=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B9=88=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20svg=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/ActiveEventSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/ActiveEventSection.tsx b/src/components/home/ActiveEventSection.tsx index baab22cc..7d511e76 100644 --- a/src/components/home/ActiveEventSection.tsx +++ b/src/components/home/ActiveEventSection.tsx @@ -68,8 +68,8 @@ const ActiveEventSection = ({ planType, wishpools }: activeEventProps) => { ) : ( <> -
- +
+

지금 진행되고 있는 이벤트가 없어요
From 991bb43586ce5154728a28baffa1edf49660af92 Mon Sep 17 00:00:00 2001 From: sunkiteo-o Date: Sat, 14 Mar 2026 00:37:57 +0900 Subject: [PATCH 5/6] =?UTF-8?q?fix:=20=EC=84=A0=ED=83=9D=ED=95=9C=20?= =?UTF-8?q?=EC=84=A0=EB=AC=BC=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=88=98=EC=A0=95=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pick/preview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pick/preview/page.tsx b/src/app/pick/preview/page.tsx index e3e7b71f..bf3e044d 100644 --- a/src/app/pick/preview/page.tsx +++ b/src/app/pick/preview/page.tsx @@ -47,7 +47,7 @@ const PreviewPage = () => { <>

최종 점검

최종 선택한 선물

-
+
{pickedItems.map(({ giftId, itemName, itemUrl, imageUrl }) => ( Date: Sat, 14 Mar 2026 00:39:38 +0900 Subject: [PATCH 6/6] =?UTF-8?q?fix:=20=EC=B5=9C=EC=A2=85=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=20=EC=84=A0=EB=AC=BC=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/wishpool/(viewer)/[id]/final/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/wishpool/(viewer)/[id]/final/page.tsx b/src/app/wishpool/(viewer)/[id]/final/page.tsx index 4d2349ca..e8996cbe 100644 --- a/src/app/wishpool/(viewer)/[id]/final/page.tsx +++ b/src/app/wishpool/(viewer)/[id]/final/page.tsx @@ -34,7 +34,7 @@ const FinalPage = () => {

-
+