[251119] fix: VideoPlayer - focus move

🕐 커밋 시간: 2025. 11. 19. 06:12:03

📊 변경 통계:
  • 총 파일: 4개
  • 추가: +45줄
  • 삭제: -5줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.js
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerOverlay/PlayerOverlayContents.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx
  ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.jsx

🔧 주요 변경 내용:
  • UI 컴포넌트 아키텍처 개선
  • 소규모 기능 개선
This commit is contained in:
2025-11-19 06:12:04 +09:00
parent 2cffe6f0a9
commit fec9919221
4 changed files with 45 additions and 5 deletions

View File

@@ -278,6 +278,7 @@ export default function TabContainerV2({
'linear-gradient(180deg, #284998 0%, #06B0EE 100%)'
}
onClick={onLiveNext}
spotlightId="live-channel-next-button"
/>
<ShopNowButton onClick={onShopNowButtonClick} />
</>