-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Merge] 6주차 메인 배포 2회차 #307
Merged
Merged
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
- 전역 상태로 채팅창, 비디오 컴포넌트와 같이 관리하던 Navbar를 독립적으로 관리하게 변경했습니다. - NavbarMini와 Navbar를 통합했습니다. isExpanded 상태로 펼쳤다 접게 됩니다. - 사이드바 상태가 전환될 때 부드러운 애니메이션을 추가했습니다. - NavItem 컴포넌트를 분리했습니다. - 아이콘 위치 크기를 조절하여 사이드바 상태가 전환될 때, 안정적이게 변경하였습니다. - 축소 상태일 때, 호버 시 툴팁이 보이도록 수정했습니다.
- 채널 카드 내부에 카테고리 배지 Link가 겹처서 뜨는 콘솔 에러를 수정했습니다. - Link를 태그 별로 세분화했습니다.
- 라이브 목록, 팔로우 목록, 카테고리 목록 같은 사이드바에서 직접 접근 가능한 페이지의 경우, 기존 staleTime이 5분으로 지나치게 길어 실시간으로 데이터를 받아오지 못했습니다. 해당 페이지들은 staleTime 10초를 적용하여 빠르게 업데이트가 가능하도록 수정했습니다.
…판단합니다. - 채팅 토글, 사이드바 토글은 각 페이지에서 상태로 관리합니다. - 극장모드만 전역 상태로 관리하게 변경되었습니다.
- 우선 mocks 폴더 복원했습니다. 은수님이 mock 삭제하고 HomePage 변경하신 것 같아서 그 때 적용하면 될 것 같스빈다.
[Fix] 레이아웃, 라우터 관련 버그 수정, 개선
[Feature] 가계정 설정 변경 및 studio 정보 default 값 추가
[Fix] 각종 버그 픽스, 게스트로그인 추가
[Feature] 가계정 임시 프로필 설정
This reverts commit ceea5bd.
[Feature] 가계정 프로필 이미지 랜덤 생성
✅ Deploy Preview for calm-mochi-55e21d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for lico-dev canceled.
|
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.
📝 PR 설명
게스트 로그인 기능 추가
페이지 에러 처리 추가