From 3a8776b51de1cfe7e4e5b0b0508337c24016cc77 Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Sun, 3 Aug 2025 05:00:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EC=98=88=EC=95=BD=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EB=B0=8F=20=EC=B2=B4=ED=97=98=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20=EB=B0=8F=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activities/components/ActivityCard.tsx | 27 ++++++++------ .../components/ReservationCard.tsx | 37 ++++++++++++------- 2 files changed, 38 insertions(+), 26 deletions(-) diff --git a/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx b/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx index 9d6ca404..47b3e1af 100644 --- a/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx +++ b/src/app/(with-header)/mypage/activities/components/ActivityCard.tsx @@ -31,33 +31,37 @@ export default function ActivityCard({ }; return ( -
+
{/* 이미지 영역 */} -
+
{title}
{/* 콘텐츠 영역 */} -
+
{/* 별점 및 리뷰 */}
- {rating} - + + {rating} + + ({reviewCount})
{/* 제목 */} -
-

{title}

+
+

+ {title} +

{/* 가격 */} -

+

₩{price.toLocaleString()} / 인

@@ -76,18 +80,17 @@ export default function ActivityCard({ className='fixed inset-0 z-40' onClick={() => setIsMenuOpen(false)} /> - {/* 드롭다운 메뉴 */} -
+
diff --git a/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx b/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx index 2c6fcc58..a5482e91 100644 --- a/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx +++ b/src/app/(with-header)/mypage/reservations/components/ReservationCard.tsx @@ -41,9 +41,9 @@ export default function ReservationCard({ const showReviewCompleted = isCompleted && reviewSubmitted; return ( -
+
{/* 이미지 영역 */} -
+
{activity.title} {/* 콘텐츠 영역 */} -
+
{/* 상태 라벨 */}
- + {STATUS_LABELS[status]}
{/* 제목 */} -
-

{activity.title}

+
+

+ {activity.title} +

{/* 날짜 및 인원 정보 */} -
-

+

+

{date} · {startTime} - {endTime} · {headCount}명

{/* 가격 + 버튼 */} -
+
{/* 가격 */} -

+

₩{totalPrice.toLocaleString()}

{/* 버튼/상태 */} -
+
{showCancelButton && ( )} {showReviewCompleted && ( -
후기 완료
+
+ 후기 완료 +
)}
From b036ad8d28826898580219991ef0b1b48a68eef5 Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Sun, 3 Aug 2025 05:09:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=98=88=EC=95=BD=20=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EB=93=9C=EB=A1=AD=EB=8B=A4=EC=9A=B4=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=EB=B3=84=20=EB=8F=99=EC=9D=BC=20=EB=A7=88=EC=A7=84=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(with-header)/mypage/reservations/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(with-header)/mypage/reservations/page.tsx b/src/app/(with-header)/mypage/reservations/page.tsx index 42182d20..979c1ba5 100644 --- a/src/app/(with-header)/mypage/reservations/page.tsx +++ b/src/app/(with-header)/mypage/reservations/page.tsx @@ -157,7 +157,7 @@ export default function MyReservationsPage() { if (isLoading) { return (
-
+

예약 내역

@@ -179,7 +179,7 @@ export default function MyReservationsPage() { if (error) { return (
-
+

예약 내역