-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] main 브랜치에 코드 병합 #185
Merged
Merged
[FE] main 브랜치에 코드 병합 #185
Conversation
This file contains 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
* refactor: GameScreen 컴포넌트 분리 * chore: html title 변경 * chore: framer-motion 설치 * chore: 사용하지 않는 import문, 변수 제거 * refactor: 불필요한 코드 제거, audioManager 의존성 주입 전 체크, voiceSocket 부모 클래스 disconnect * chore: 안 쓰는 변수 제거 및 개행 추가 * feat: 게임 서버 타입, 게임 진행 관련 상태 추가, 이벤트 등록 * feat: 가사 Lyric 컴포넌트 생성 * feat: 게임 결과 GameResult 컴포넌트 생성 * feat: 게임 진행 PlayScreen 컴포넌트 생성 및 기능 구현 * fix: 결과 화면을 위한 페이즈 전환과 다음 턴으로 넘어가는 로직 분리 * docs: README.md 업데이트
* chore: 버전 업데이트, Lottie 파일 추가 * feat: 게임 종료 타입, 상태, 이벤트 처리 * feat: 게임 종료 시 순위 보여주는 EndScreen 컴포넌트 생성 PlayScreen에서 게임 종료 시 렌더링 변경 * chore: react-router-dom 업데이트 * fix: rank 데이터 있을 때 recording 되지 않도록 수정 방 나가기 시 데이터 모두 리셋 * docs: README.md 업데이트
* fix: react-router-dom 업그레이드로 인한 오류로 다운그레이드 * feat: 게임방 링크 접속 기능 구현 * fix: 라우팅 문제로 제거 * docs: README.md 업데이트
* feat: 음소거 상태 표시를 위한 타입 및 이벤트 등록 * refactor: MikeButton 컴포넌트로 분리 * feat: 음소거 상태 다른 사용자에게 표시하는 기능 추가 * feat: 스피커 버튼 토글하여 볼륨 0과 50으로 조절
* feat: Dialog 키보드 동작 cutom hook 구현 * feat: 키보드 Enter로 Input 이동 및 제출 기능 구현 * docs: README.md 업데이트
* feat: 링크 복사 버튼 및 기능 구현 토스트 메시지 띄우기 * chore: 토스트 메시지 2초에서 1초로 변경
* feat: Debounce custom hook 구현 * feat: 방 검색 기능 구현 * refactor: Lyric 싱크 조절 * refactor: 로비로 돌아가기 버튼 반응형 적용 * docs: README.md 업데이트 * fix: 검색어를 지우면 캐시된 rooms를 사용하지 않고 새로 모든 방 목록 데이터를 가져오는 쿼리 요청
* feat: muteStatus 타입, 상태 재정의 및 이벤트 등록 * fix: 음소거 버튼 클릭 시 PlayScreen에서 recording 되지 않는 문제 해결 isMuted 상태를 Player에서 따로 정의하고 muteStatus 받아오면 상태 변경 * docs: README.md 업데이트 * feat: muteStatus initial state null에서 변경 * docs: README.md 업데이트
* chore: 음성 처리 서버 환경 변수로 분리 * feat: 클레오파트라 모드 시 음계와 볼륨 추출하고 UI로 나타냄
* feat: 재사용 가능한 AlertDialog 컴포넌트 생성 * feat: 현재 게임방 이름 세션 스토리지 저장 후 강퇴 시 CustomAlertDialog 띄우기
dev-taewon-kim
requested review from
student079 and
studioOwol
as code owners
November 27, 2024 14:39
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.
📝 작업
[FE] main 브랜치에 코드 병합