From 780b923b206d9c92a274ef4113633ef7b921eae6 Mon Sep 17 00:00:00 2001 From: seojunhwan Date: Sat, 2 Aug 2025 12:54:16 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20RecentCheers=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=EC=97=90=20=EA=B0=80=EA=B2=8C=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80=EB=A1=9C=20=EC=97=B0?= =?UTF-8?q?=EA=B2=B0=EB=90=98=EB=8A=94=20=EB=A7=81=ED=81=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/RecentCheers/RecentCheers.tsx | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/app/(home)/_components/RecentCheers/RecentCheers.tsx b/src/app/(home)/_components/RecentCheers/RecentCheers.tsx index 4545d346..a81ef790 100644 --- a/src/app/(home)/_components/RecentCheers/RecentCheers.tsx +++ b/src/app/(home)/_components/RecentCheers/RecentCheers.tsx @@ -4,6 +4,7 @@ import { Suspense } from "@suspensive/react"; import { useSuspenseQuery } from "@tanstack/react-query"; import { chunk, noop } from "es-toolkit"; import Image from "next/image"; +import Link from "next/link"; import { type HTMLAttributes, useState } from "react"; import { Separated } from "react-simplikit"; @@ -43,20 +44,21 @@ const RecentSupportCardContent = () => { {chunkedList[currentIndex]?.map((cheer, index) => ( - + + + ))} From 912654e081d663aff2b62e7486990784a73cae3e Mon Sep 17 00:00:00 2001 From: seojunhwan Date: Sat, 2 Aug 2025 12:59:32 +0900 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20StoreInfoStep=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=EC=97=90=20=EA=B0=80=EA=B2=8C=EB=AA=85=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B0=8F=20=EC=9D=BD=EA=B8=B0=20=EC=A0=84=EC=9A=A9=20=EC=86=8D?= =?UTF-8?q?=EC=84=B1=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RegisterFunnel/_components/StoreInfoStep/StoreInfoStep.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(store)/stores/register/_components/RegisterFunnel/_components/StoreInfoStep/StoreInfoStep.tsx b/src/app/(store)/stores/register/_components/RegisterFunnel/_components/StoreInfoStep/StoreInfoStep.tsx index 4e25f45c..5d416f23 100644 --- a/src/app/(store)/stores/register/_components/RegisterFunnel/_components/StoreInfoStep/StoreInfoStep.tsx +++ b/src/app/(store)/stores/register/_components/RegisterFunnel/_components/StoreInfoStep/StoreInfoStep.tsx @@ -65,6 +65,8 @@ export const StoreInfoStep = ({ } value={storeInfo.storeName} + readOnly + placeholder='가게명을 입력해주세요' onClick={() => { overlay.open(({ isOpen, close }) => { return ( From 72ded197f2997cb8f2662edc7eb14794a4ace6d4 Mon Sep 17 00:00:00 2001 From: seojunhwan Date: Sat, 2 Aug 2025 12:59:45 +0900 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20SearchStoreBottomSheet=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=EC=97=90=20=EC=9E=90=EB=8F=99=20?= =?UTF-8?q?=ED=8F=AC=EC=BB=A4=EC=8A=A4=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SearchStoreBottomSheet/SearchStoreBottomSheet.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(search)/_components/SearchStoreBottomSheet/SearchStoreBottomSheet.tsx b/src/app/(search)/_components/SearchStoreBottomSheet/SearchStoreBottomSheet.tsx index 565d7101..21f198a2 100644 --- a/src/app/(search)/_components/SearchStoreBottomSheet/SearchStoreBottomSheet.tsx +++ b/src/app/(search)/_components/SearchStoreBottomSheet/SearchStoreBottomSheet.tsx @@ -134,6 +134,7 @@ export const SearchStoreBottomSheet = ({ onChange: e => handleSearchChange(e.target.value), })} placeholder='가게명을 입력해주세요' + autoFocus rightAddon={ searchTermValue ? (