From 2e4b595919cd86e847b176688f7eb93cd0b80dd7 Mon Sep 17 00:00:00 2001 From: aken-you Date: Sat, 19 Jul 2025 17:49:08 +0900 Subject: [PATCH 1/3] =?UTF-8?q?refactor:=20=EB=A9=B4=EC=A0=91=20=EC=A4=80?= =?UTF-8?q?=EB=B9=84/=EC=99=84=EB=A3=8C=20=EB=AA=A8=EB=8B=AC=20Footer=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/ui/today-study-modal.tsx | 136 +++++++++++--------- 1 file changed, 78 insertions(+), 58 deletions(-) diff --git a/src/features/study/ui/today-study-modal.tsx b/src/features/study/ui/today-study-modal.tsx index f21c3127..372f3a17 100644 --- a/src/features/study/ui/today-study-modal.tsx +++ b/src/features/study/ui/today-study-modal.tsx @@ -62,13 +62,11 @@ export default function TodayStudyModal({ - - {isInterviewee ? ( - - ) : ( - - )} - + {isInterviewee ? ( + + ) : ( + + )} @@ -113,34 +111,44 @@ function ReadyForm({ return ( <> -
- - - 이번 스터디에서 다룰 면접 주제를 입력하세요 - - setInterviewTopic(e.target.value)} - /> -
+ +
+
+ + + 이번 스터디에서 다룰 면접 주제를 입력하세요 + +
-
- - - 참고할 링크나 자료가 있다면 입력해 주세요 - - setReferenceLink(e.target.value)} - /> -
+ setInterviewTopic(e.target.value)} + /> +
+ +
+
+ + + 참고할 링크나 자료가 있다면 입력해 주세요 + +
+ + setReferenceLink(e.target.value)} + /> +
+
@@ -202,37 +210,49 @@ function DoneForm({ return ( <> -
- - - 면접 완료 후 해당 지원자의 상태를 업데이트해 주세요. - - setProgressStatus(e as StudyProgressStatus)} - /> -
+ +
+
+ + + 면접 완료 후 해당 지원자의 상태를 업데이트해 주세요. + +
+ + setProgressStatus(e as StudyProgressStatus)} + /> +
+ +
+
+ + + 면접 결과에 대한 간단한 피드백을 입력해 주세요. + +
+
-
- - - 면접 결과에 대한 간단한 피드백을 입력해 주세요. - setFeedback(e)} /> -
+
From b17c97df7ddbd2651b7745a3dce63e4a32496a4f Mon Sep 17 00:00:00 2001 From: aken-you Date: Sat, 19 Jul 2025 18:05:25 +0900 Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20=EB=A9=B4=EC=A0=91=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=20trigger=20text=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/ui/today-study-modal.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/features/study/ui/today-study-modal.tsx b/src/features/study/ui/today-study-modal.tsx index 372f3a17..e6eae9de 100644 --- a/src/features/study/ui/today-study-modal.tsx +++ b/src/features/study/ui/today-study-modal.tsx @@ -44,11 +44,8 @@ export default function TodayStudyModal({ return ( - -
- - 작성하기 -
+ + From 2fdee7542ca4a55c7c199801839f4ce137c793a8 Mon Sep 17 00:00:00 2001 From: aken-you Date: Sat, 19 Jul 2025 18:06:18 +0900 Subject: [PATCH 3/3] =?UTF-8?q?refactor:=20DoneForm=EC=9D=98=20TextAreaInp?= =?UTF-8?q?ut=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/ui/today-study-modal.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/features/study/ui/today-study-modal.tsx b/src/features/study/ui/today-study-modal.tsx index e6eae9de..93fd5d80 100644 --- a/src/features/study/ui/today-study-modal.tsx +++ b/src/features/study/ui/today-study-modal.tsx @@ -241,14 +241,14 @@ function DoneForm({ 면접 결과에 대한 간단한 피드백을 입력해 주세요. - - setFeedback(e)} - /> + setFeedback(e)} + /> +