From dc5ac97717fff2268b4206c0306843afe46c7691 Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 22 Jan 2026 19:07:41 +0900 Subject: [PATCH] =?UTF-8?q?style:=20ScheduleDetail=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=95=A0=EB=8B=88=EB=A9=94=EC=9D=B4=EC=85=98=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 로딩 스피너 제거 - 딜레이 및 부드러운 easing 적용 Co-Authored-By: Claude Opus 4.5 --- .../pc/public/schedule/ScheduleDetail.jsx | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx b/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx index 61a81bd..ca6bf35 100644 --- a/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx +++ b/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx @@ -25,11 +25,7 @@ function PCScheduleDetail() { }); if (isLoading) { - return ( -
-
-
- ); + return
; } if (error || !schedule) { @@ -137,8 +133,13 @@ function PCScheduleDetail() {
{/* 브레드크럼 네비게이션 */} @@ -154,9 +155,13 @@ function PCScheduleDetail() { {/* 메인 컨텐츠 */} {renderCategorySection()}