feat: partyroom display board cinema / fullscreen 모드 구현#263
Merged
Yeonny0723 merged 4 commits intodevelopmentfrom Mar 10, 2026
Merged
feat: partyroom display board cinema / fullscreen 모드 구현#263Yeonny0723 merged 4 commits intodevelopmentfrom
Yeonny0723 merged 4 commits intodevelopmentfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
preference스토어에 volume/muted 상태 추가 (localStorage 영속화)ui-state스토어에 cinema 뷰 관련 상태 추가 (cinemaView, cinemaChatOpen, cinemaSidePanel, pendingFullscreen)use-hover-popup훅 추가 (mouseenter/mouseleave 딜레이 처리)video.component.tsx,page.tsx에서 cinema 관련 UI를 별도 컴포넌트로 분리cinema-header.component.tsx,cinema-footer.component.tsx_panels/cinema-detail-panel,_panels/cinema-playlist-panel,_panels/chat-tab-panel테스트 방법
VolumeControl: 뮤트 토글, 슬라이더 볼륨 조절, hover 팝업 동작 확인CinemaFooter: Default/Full/Chat/Theater 버튼 조건부 렌더링 및 콜백 확인