From 35e264335a7aca3db46cc8e2020161dfa5b373da Mon Sep 17 00:00:00 2001 From: ParkKyungWan Date: Sat, 16 Aug 2025 16:08:56 +0900 Subject: [PATCH 1/9] =?UTF-8?q?style:=20=EA=B0=95=EC=9D=98=ED=9B=84?= =?UTF-8?q?=EA=B8=B0=5Fselect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Review/CustomSelect.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Review/CustomSelect.tsx b/src/components/Review/CustomSelect.tsx index 660f3e57..90a9a9eb 100644 --- a/src/components/Review/CustomSelect.tsx +++ b/src/components/Review/CustomSelect.tsx @@ -34,14 +34,14 @@ const CustomSelect = ({ : "#0D99FF" : "white", // 파란색 배경 color: inverted ? "white" : "black", - borderRadius: rounded ? "9999px" : "5px", // Tailwind의 rounded-full - border: inverted ? "none" : "1px solid #E5E7EB", // 테두리 제거 + borderRadius: rounded ? "9999px" : "15px", // Tailwind의 rounded-full + border: inverted ? "none" : "none", // 테두리 제거 display: "flex", alignItems: "center", justifyContent: "center", padding: rounded? "0px" : "6px 3px", minHeight: "40px", - boxShadow: state.isFocused ? "rgba(13, 153, 255)" : "none", + boxShadow: inverted ? "none" : "0px 5px 13.3px rgba(212, 212, 212, 0.59)", minWidth: minWidth ? `${minWidth}px` : "100%", // maxWidth: minWidth ? `${minWidth}rem` : "100%", marginRight: "5px", @@ -52,7 +52,7 @@ const CustomSelect = ({ ...provided, color: inverted ? value.value === "" - ? "black" + ? "#808080" : "white" : value.value === "" ? "#A9ADAE" @@ -65,7 +65,7 @@ const CustomSelect = ({ ...provided, paddingLeft: "0px", paddingRight: "8px", - color: inverted ? (value.value === "" ? "black" : "white") : "black", // 화살표 색상 변경 + color: inverted ? (value.value === "" ? "#808080" : "white") : "#808080", // 화살표 색상 변경 }), menu: (provided: any) => ({ ...provided, From 203286593676fc3dda8458b615738ec64a6401e8 Mon Sep 17 00:00:00 2001 From: ParkKyungWan Date: Sat, 16 Aug 2025 16:33:45 +0900 Subject: [PATCH 2/9] =?UTF-8?q?style:=20=EC=88=98=EA=B0=95=ED=9B=84?= =?UTF-8?q?=EA=B8=B0=5F=EB=B3=84=EC=A0=90=ED=81=AC=EA=B8=B0=ED=99=95?= =?UTF-8?q?=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/icons/star/.index.ts.swp | Bin 0 -> 12288 bytes public/icons/star/star_0.svg | 2 +- public/icons/star/star_0_25.svg | 4 ++-- public/icons/star/star_0_5.svg | 4 ++-- public/icons/star/star_0_75.svg | 2 +- public/icons/star/star_1.svg | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 public/icons/star/.index.ts.swp diff --git a/public/icons/star/.index.ts.swp b/public/icons/star/.index.ts.swp new file mode 100644 index 0000000000000000000000000000000000000000..c4ea19857d6a043a7885ccddb3b5881a22438199 GIT binary patch literal 12288 zcmeI2O;6Q86o$`rX`-O~f$<|@1MO`MAzYA+UonPAya5-)-1N2sPHsChX{UTd5fj&L z-5GxX8`rwk6&rp6Ykq}iphUeF!&>rA`ex?zymQ)lc1=&ez4~-X%moqg7$^F=_T}~d zk5=pWD$!u4)*D-iwn;hg>3@x9-uE)mwVGZ^(n4t!VgI{73x*G6HE_m;ncS4Q zv4zyG3R9CQ9j=!~yJ@Mj(ANE2rJ+iVuENSCWvFx}w*yxV7e@>NAaDVJYjiJ;+TL{M z_AN1SbL9d*(jWi=AOHd&00JNY0w4eamx+M0E!yJ)U1<(=qnTSna}#0$0T2KI5C8!X z009sH0T2KI5C8!X_zwvr8PVPAMDJPt|Nq(d|IrxHH`XVXWi7Lwv*uW1tV8x6uzs?> zv-Vk^Ssz&+SiasK3j+i|00ck)1V8`;KmY_l00ck)1U!M=c@iS(h;A>M;#E7Co$*1t zH#>70H(?XSO&FiXC)O$275Bv(-o5CH3GqTEsSCQRPnJt#s|8;0^(dFV#e7k`Jtu#b z3)oHwsYn?h}^aE2^qq)oi$!%*&CwybN6J731uR8n=q}af>`8a~R q*b6ZkoV2a?qM+K`n4JHe_b2?@;_r;QMoi~;;t^9k>Kb}j^Q2!Rc(xM& literal 0 HcmV?d00001 diff --git a/public/icons/star/star_0.svg b/public/icons/star/star_0.svg index 13df92ab..0b0d571f 100644 --- a/public/icons/star/star_0.svg +++ b/public/icons/star/star_0.svg @@ -1,3 +1,3 @@ - + diff --git a/public/icons/star/star_0_25.svg b/public/icons/star/star_0_25.svg index c9a662bd..09082b8a 100644 --- a/public/icons/star/star_0_25.svg +++ b/public/icons/star/star_0_25.svg @@ -1,11 +1,11 @@ - + - + diff --git a/public/icons/star/star_0_5.svg b/public/icons/star/star_0_5.svg index 50a4f2f7..9cf09d6c 100644 --- a/public/icons/star/star_0_5.svg +++ b/public/icons/star/star_0_5.svg @@ -1,11 +1,11 @@ - + - + diff --git a/public/icons/star/star_0_75.svg b/public/icons/star/star_0_75.svg index 40de2fa6..bdb600b3 100644 --- a/public/icons/star/star_0_75.svg +++ b/public/icons/star/star_0_75.svg @@ -1,4 +1,4 @@ - + diff --git a/public/icons/star/star_1.svg b/public/icons/star/star_1.svg index 2a15213b..20038a03 100644 --- a/public/icons/star/star_1.svg +++ b/public/icons/star/star_1.svg @@ -1,3 +1,3 @@ - + From 49d19a97de4e6a2663faadb5deee7c9ffc2f8134 Mon Sep 17 00:00:00 2001 From: ParkKyungWan Date: Sat, 16 Aug 2025 16:47:55 +0900 Subject: [PATCH 3/9] =?UTF-8?q?style:=20=EC=88=98=EA=B0=95=ED=9B=84?= =?UTF-8?q?=EA=B8=B0=5F=EB=A6=AC=EB=B7=B0=EC=93=B0=EA=B8=B0=ED=99=94?= =?UTF-8?q?=EB=A9=B4=5F=EB=A6=AC=EB=94=94=EC=9E=90=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../info/course-reviews/write-review/page.tsx | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/app/(auth-required)/main/info/course-reviews/write-review/page.tsx b/src/app/(auth-required)/main/info/course-reviews/write-review/page.tsx index 01e916fe..e4098ab8 100644 --- a/src/app/(auth-required)/main/info/course-reviews/write-review/page.tsx +++ b/src/app/(auth-required)/main/info/course-reviews/write-review/page.tsx @@ -26,6 +26,7 @@ import { submitReview } from "@/api/review/submitReview"; import { useRouter } from "next/navigation"; import { calcEmotion } from "./util/calcEmotion"; import { ReviewContext } from "@/context/WriteReviewContext"; +import Rating from "@/components/info/rating"; const WriteReview = () => { const router = useRouter(); @@ -173,9 +174,14 @@ const WriteReview = () => {

전반적인 수업 경험은 어땠나요?

- {/* 수업 후기 점수 평가 */} + +

+ 별점을 눌러 평가해주세요. +

+ + {/* 수업 후기 점수 평가(기존)
- {/* 1-5점 해당 바를 눌러 점수를 정할 수 있도록 기능 구현 필요*/} + {/* 1-5점 해당 바를 눌러 점수를 정할 수 있도록 기능 구현 필요
{`${ @@ -193,34 +199,37 @@ const WriteReview = () => { clickFn={setRating} className="mt-1" /> -

- 위 그래프를 눌러 조절해주세요 -

+
+ */} + {/* 수업 후기 점수 평가(리디자인) */} +
+
{/* 후기 입력 공간 */} -
+
{/* 후기 내용 */}
-
+
From b72dae175a1d932eb672adb4f51dfd267a0c9267 Mon Sep 17 00:00:00 2001 From: ParkKyungWan Date: Sat, 16 Aug 2025 17:11:31 +0900 Subject: [PATCH 9/9] =?UTF-8?q?style:=20AlertMordal=20=EB=A6=AC=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modals/AlertModal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/modals/AlertModal.tsx b/src/components/modals/AlertModal.tsx index 28ba57fa..fc7343a3 100644 --- a/src/components/modals/AlertModal.tsx +++ b/src/components/modals/AlertModal.tsx @@ -28,18 +28,18 @@ const AlertModal = ({ onClick={() => onClose(false)} >
e.stopPropagation()} > -
{text}
-
+
{text}
+
-