-
Notifications
You must be signed in to change notification settings - Fork 4
[Release] Preview v0.1.0 #109
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
Merged
Merged
Conversation
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
[기능 추가] 협업을 위한 라우터 설정
[기능 추가] 프론트엔드 협업을 위한 react-router 설치 및 간단한 비디오 켜기 기능 구현
- 메인 색상으로 그린 컬러 - 기본 색상으로 grayscale 컬러 - 타이포그래피 설정 - 기존 CSS 제거
Signaling server 구현
- UI만 구현한 상태
[기능 추가] 스터디 세션 리스트 페이지 구현
- 방 아이디 같은 걸로 입장 시 화상회의 - 입장 시 방 아이디, 자신의 닉네임 설정 후 입장
… feature/web-rtc-pair
- subject-case 규칙 제거 - 기존: 영어로 시작하는 커밋메시지는 대문자로 시작해야한다. - 변경: 소문자로 시작해도 된다.
- ref 값 변경 경고: ref를 useEffect 내부 변수로 저장하고 해당 변수를 기억했다 클린 업 동작하게 수정 - useEffect 의존성 배열에 myStream 값이 없는 경고: 소켓 연결 관리와 스트림 정리 코드 관심사 분리
[Feat] WebRTC 통신 및 비디오 컴포넌트 구현
- 컴포넌트 재사용으로 인한 문제
- room_full 이벤트 수신시 세션 선택 페이지로 이동시키도록
- 폰트 크기 변경 및 폰트 추가
- 스트림을 얻어오는 로직 분리 - 사용자 미디어 장치 관련 로직 분리 - mediaDevices 관련 로직 분리
[Design] 세션 리스트 페이지 디자인
[Feat] 배포 워크플로우 추가
[Docs] Preview 배너 이미지 추가
[Refactor] 세션 페이지 컴포넌트 분리, 커스텀 훅 분리, UI 개선, 화상 회의 도중 미디어 장치 변경 가능하도록 수정
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.
Note
Preview 0.1.0 version
✅ 체크리스트
🧩 작업 내용