From d7e243c029d853d4ac8103da36e168a9aee9c882 Mon Sep 17 00:00:00 2001 From: soyeong Date: Mon, 3 Aug 2026 22:44:21 +0900 Subject: [PATCH 1/6] =?UTF-8?q?style:=20=EC=84=9C=EB=B9=84=EC=8A=A4=20?= =?UTF-8?q?=EC=A0=84=EB=B0=98=20=EC=9B=8C=EB=94=A9=20=ED=86=B5=EC=9D=BC=20?= =?UTF-8?q?(=EC=9C=84=EC=8B=9C=ED=85=9C=E2=86=92=EC=9C=84=EC=8B=9C,=20?= =?UTF-8?q?=EC=B4=88=EB=8C=80=E2=86=92=EA=B3=B5=EC=9C=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/archive/wish/[id]/_components/EditContent.tsx | 2 +- .../src/app/archive/wish/_components/WishGridContent.tsx | 2 +- .../src/app/home/_components/CreateTournamentDialog.tsx | 5 ++--- .../src/app/home/_components/InviteTournamentDialog.tsx | 8 ++++---- .../src/app/home/_components/tournament-list/index.tsx | 2 +- apps/web/src/app/mypage/withdraw/page.tsx | 2 +- .../[id]/item/[itemId]/_components/EditContent.tsx | 2 +- .../join/[id]/_components/JoinPreviewClient.tsx | 2 +- .../components/common/create-tournament-dialog/index.tsx | 6 +++--- apps/web/src/components/get-item-dialog/index.tsx | 2 +- apps/web/src/components/input/index.tsx | 2 +- 11 files changed, 17 insertions(+), 18 deletions(-) diff --git a/apps/web/src/app/archive/wish/[id]/_components/EditContent.tsx b/apps/web/src/app/archive/wish/[id]/_components/EditContent.tsx index 4f0ab455..f86b5840 100644 --- a/apps/web/src/app/archive/wish/[id]/_components/EditContent.tsx +++ b/apps/web/src/app/archive/wish/[id]/_components/EditContent.tsx @@ -17,7 +17,7 @@ function EditContent({ wishId }: EditContentProps) {
} - center="위시템 정보 확인" + center="위시 정보 확인" centerClassName="heading-1-bold" />
diff --git a/apps/web/src/app/archive/wish/_components/WishGridContent.tsx b/apps/web/src/app/archive/wish/_components/WishGridContent.tsx index 1a3b22de..f89bc044 100644 --- a/apps/web/src/app/archive/wish/_components/WishGridContent.tsx +++ b/apps/web/src/app/archive/wish/_components/WishGridContent.tsx @@ -20,7 +20,7 @@ function WishGridContent({ return (
-

아직 담긴 위시템이 없어요

+

아직 담긴 위시가 없어요

); } diff --git a/apps/web/src/app/home/_components/CreateTournamentDialog.tsx b/apps/web/src/app/home/_components/CreateTournamentDialog.tsx index b98222de..c5f38daf 100644 --- a/apps/web/src/app/home/_components/CreateTournamentDialog.tsx +++ b/apps/web/src/app/home/_components/CreateTournamentDialog.tsx @@ -2,7 +2,7 @@ import { useState } from 'react'; -import { BasketIconFill, EditIconFill } from '@/assets/icons'; +import { BasketIconFill } from '@/assets/icons'; import Button from '@/components/button'; import { Dialog, @@ -61,12 +61,11 @@ function CreateTournamentDialog() {
setName(e.target.value)} autoFocus maxLength={30} - right={isDisabled ? : null} /> - 초대받은 토너먼트 + 공유받은 토너먼트 초대 코드를 입력해 입장합니다. handleChange(event.target.value)} aria-invalid={showFormatError} diff --git a/apps/web/src/app/home/_components/tournament-list/index.tsx b/apps/web/src/app/home/_components/tournament-list/index.tsx index 294e57a1..a8afbd0e 100644 --- a/apps/web/src/app/home/_components/tournament-list/index.tsx +++ b/apps/web/src/app/home/_components/tournament-list/index.tsx @@ -25,7 +25,7 @@ function TournamentList() {
-

최근 생성한 토너먼트

+

최근 토너먼트

diff --git a/apps/web/src/app/mypage/withdraw/page.tsx b/apps/web/src/app/mypage/withdraw/page.tsx index 31749684..903b4fbd 100644 --- a/apps/web/src/app/mypage/withdraw/page.tsx +++ b/apps/web/src/app/mypage/withdraw/page.tsx @@ -22,7 +22,7 @@ function MypageWithdrawPage() {

- 지금까지의 토너먼트 기록, 위시템 기록이 전부 사라져요. + 지금까지의 토너먼트 기록, 위시 기록이 전부 사라져요.

diff --git a/apps/web/src/app/tournament/[id]/item/[itemId]/_components/EditContent.tsx b/apps/web/src/app/tournament/[id]/item/[itemId]/_components/EditContent.tsx index 77984d3f..166b5f29 100644 --- a/apps/web/src/app/tournament/[id]/item/[itemId]/_components/EditContent.tsx +++ b/apps/web/src/app/tournament/[id]/item/[itemId]/_components/EditContent.tsx @@ -23,7 +23,7 @@ function EditContent({ tournamentId, tournamentItemId }: EditContentProps) { >
} - center="위시템 정보 확인" + center="위시 정보 확인" centerClassName="heading-1-bold" />
diff --git a/apps/web/src/app/tournament/join/[id]/_components/JoinPreviewClient.tsx b/apps/web/src/app/tournament/join/[id]/_components/JoinPreviewClient.tsx index a8084619..02b5989c 100644 --- a/apps/web/src/app/tournament/join/[id]/_components/JoinPreviewClient.tsx +++ b/apps/web/src/app/tournament/join/[id]/_components/JoinPreviewClient.tsx @@ -181,7 +181,7 @@ function JoinPreviewClient({ tournamentId, inviteCode }: JoinPreviewClientProps) />
-

초대받은 토너먼트

+

공유받은 토너먼트

{invitePreviewData.tournamentName} diff --git a/apps/web/src/components/common/create-tournament-dialog/index.tsx b/apps/web/src/components/common/create-tournament-dialog/index.tsx index 9a347c25..d004f2a0 100644 --- a/apps/web/src/components/common/create-tournament-dialog/index.tsx +++ b/apps/web/src/components/common/create-tournament-dialog/index.tsx @@ -2,7 +2,7 @@ import { useState } from 'react'; -import { EditIconFill } from '@/assets/icons'; + import Button from '@/components/button'; import { DialogContent, DialogDescription, DialogTitle } from '@/components/dialog'; import Input from '@/components/input'; @@ -36,12 +36,12 @@ function CreateTournamentDialogContent() { setName(e.target.value)} autoFocus maxLength={30} - right={isDisabled ? : null} + /> + + 홈으로 가기 +

-
-
- - - 홈으로 가기 -
); diff --git a/apps/web/src/app/global-error.tsx b/apps/web/src/app/global-error.tsx index c95a6178..6bd7cad6 100644 --- a/apps/web/src/app/global-error.tsx +++ b/apps/web/src/app/global-error.tsx @@ -4,6 +4,8 @@ import * as Sentry from '@sentry/nextjs'; import Link from 'next/link'; import { useEffect } from 'react'; +import { WarningIconFill } from '@/assets/icons'; +import { buttonStyles } from '@/components/button/button.style'; import { ROUTES } from '@/consts/route'; import '@/styles/globals.css'; @@ -12,44 +14,37 @@ type Props = { reset: () => void; }; -// TODO: 임시 글로벌 에러 페이지 - 디자인 변경 필요 export default function GlobalError({ error, reset }: Props) { useEffect(() => { Sentry.captureException(error); }, [error]); return ( - - -
-
-

예기치 못한 오류가 발생했습니다

-

페이지를 새로고침해주세요.

- -
- {error.message && ( -
- 에러 메시지: - {error.message} -
- )} + + +
+
+
+ +
+

오류가 발생했어요

+

+ 잠시 후 다시 시도해 주세요 +

+
+
+
+ + + 홈으로 가기 +
-
- -
- - - 홈으로 -
From 49c8bc2c19443f2f3ae15dc97733ffeefc26306d Mon Sep 17 00:00:00 2001 From: soyeong Date: Tue, 4 Aug 2026 00:11:00 +0900 Subject: [PATCH 6/6] =?UTF-8?q?fix:=20calc()=20=EC=97=B0=EC=82=B0=EC=9E=90?= =?UTF-8?q?=20=EA=B3=B5=EB=B0=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/error.tsx | 2 +- apps/web/src/app/global-error.tsx | 2 +- apps/web/src/app/not-found.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/error.tsx b/apps/web/src/app/error.tsx index 902077dc..519de9b8 100644 --- a/apps/web/src/app/error.tsx +++ b/apps/web/src/app/error.tsx @@ -20,7 +20,7 @@ function Error({ error, reset }: Props) { return (
-
+
diff --git a/apps/web/src/app/global-error.tsx b/apps/web/src/app/global-error.tsx index 6bd7cad6..b2dd8e52 100644 --- a/apps/web/src/app/global-error.tsx +++ b/apps/web/src/app/global-error.tsx @@ -23,7 +23,7 @@ export default function GlobalError({ error, reset }: Props) {
-
+
diff --git a/apps/web/src/app/not-found.tsx b/apps/web/src/app/not-found.tsx index a8afe0d2..8c36ea6d 100644 --- a/apps/web/src/app/not-found.tsx +++ b/apps/web/src/app/not-found.tsx @@ -7,7 +7,7 @@ import { ROUTES } from '@/consts/route'; function NotFound() { return (
-
+