From ca3c4579ae8394c60dcf88614bef9cc51f378b46 Mon Sep 17 00:00:00 2001 From: caadiq Date: Fri, 17 Apr 2026 22:23:18 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=A7=80=20=EC=9C=84=EC=A0=AF=20?= =?UTF-8?q?=ED=85=8C=EB=A7=88=20=ED=86=A0=ED=81=B0=ED=99=94=20+=20?= =?UTF-8?q?=EC=A0=84=ED=99=98=20=EB=A6=AC=EB=93=AC=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NoticeWidget 전체를 panel/btn/badge 등 semantic 토큰으로 이관 - 캐러셀 카드 그림자가 overflow-hidden에 잘리던 문제 수정 (overflow-x-clip) - 캐러셀 섹션 제목 크기/두께 조정, 이벤트 섹션 상단 여백 추가 - 테마 전환 시 UI 요소들 즉시 스냅, 배경만 500ms로 부드럽게 (일관된 리듬) Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/components/Footer.jsx | 4 +- frontend/src/components/Layout.jsx | 8 +- frontend/src/components/NoticeWidget.jsx | 195 ++++++++++++++++++----- frontend/src/index.css | 54 +++++++ frontend/src/pages/Home.jsx | 18 +-- 5 files changed, 224 insertions(+), 55 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index e037988..3629cdf 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -1,7 +1,7 @@ export default function Footer() { return (