From 0c6d250a9d9ae4eec957eb853d8afd726feb26a8 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 24 Jan 2026 10:38:37 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B3=A1?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=95=A0?= =?UTF-8?q?=EB=8B=88=EB=A9=94=EC=9D=B4=EC=85=98=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 앨범 상세 페이지와 동일한 순차 애니메이션 적용 - 툴바 제목 "곡 상세" → "앨범"으로 변경 Co-Authored-By: Claude Opus 4.5 --- .../src/pages/mobile/album/TrackDetail.jsx | 33 +++++++++---------- frontend/src/routes/mobile/index.jsx | 2 +- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/frontend/src/pages/mobile/album/TrackDetail.jsx b/frontend/src/pages/mobile/album/TrackDetail.jsx index 58c4b19..888e101 100644 --- a/frontend/src/pages/mobile/album/TrackDetail.jsx +++ b/frontend/src/pages/mobile/album/TrackDetail.jsx @@ -92,19 +92,18 @@ function MobileTrackDetail() { } return ( - +
{/* 트랙 정보 헤더 */} -
+
{/* 앨범 커버 */} - +
{track.album?.title} - +
{/* 트랙 정보 */}
@@ -129,14 +128,14 @@ function MobileTrackDetail() { )}
-
+ {/* 뮤직비디오 섹션 */} {youtubeVideoId && (

@@ -158,9 +157,9 @@ function MobileTrackDetail() { {/* 크레딧 */} {(track.lyricist || track.composer || track.arranger) && (

@@ -207,9 +206,9 @@ function MobileTrackDetail() { {/* 가사 */}

@@ -251,7 +250,7 @@ function MobileTrackDetail() { )}

- + ); } diff --git a/frontend/src/routes/mobile/index.jsx b/frontend/src/routes/mobile/index.jsx index 9c5f0d1..a342752 100644 --- a/frontend/src/routes/mobile/index.jsx +++ b/frontend/src/routes/mobile/index.jsx @@ -75,7 +75,7 @@ export default function MobileRoutes() { + }