From c0ade287c2dbeae8c4eb66d646f7e50ea108b1cb Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Tue, 16 Jun 2026 15:18:09 +0900 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20?= =?UTF-8?q?=ED=81=B4=EB=A6=AD=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0?= =?UTF-8?q?=EB=A5=BC=20=EC=B9=B8=EB=B0=98=C2=B7=EC=B1=84=EB=84=90=EC=83=81?= =?UTF-8?q?=EC=84=B8=C2=B7=ED=94=84=EB=A1=9C=EB=8D=95=EC=85=98=EC=83=81?= =?UTF-8?q?=EC=84=B8=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 수집함·발굴·대시보드처럼, 썸네일 있는 나머지 화면에서도 썸네일을 클릭하면 YouTube 9:16 미리보기 팝업이 뜨도록 통일. - 칸반(board): 카드 썸네일 클릭(드래그와 분리 위해 stopPropagation) - 채널상세(channel_detail): 영상 목록 썸네일(제목 링크는 YouTube 유지) - 프로덕션상세(production_detail): videoUrl에서 11자리 id 추출해 임베드, id 없으면 새 탭 폴백 각 페이지에 동일 모달(배경/ESC 닫힘, 닫을 때 iframe 비워 재생 중지) 추가. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/resources/templates/board.html | 28 ++++++++++++- .../resources/templates/channel_detail.html | 31 ++++++++++++-- .../templates/production_detail.html | 40 +++++++++++++++++-- 3 files changed, 90 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/board.html b/src/main/resources/templates/board.html index c5c4247..8fb5124 100644 --- a/src/main/resources/templates/board.html +++ b/src/main/resources/templates/board.html @@ -44,7 +44,19 @@ + + + diff --git a/src/main/resources/templates/production_detail.html b/src/main/resources/templates/production_detail.html index bc6d3fb..cca8dcc 100644 --- a/src/main/resources/templates/production_detail.html +++ b/src/main/resources/templates/production_detail.html @@ -77,15 +77,16 @@