generated from Dev-FE-1/Toy_Project_III_template
-
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
[Refactor] 멘토님 코드 리뷰용 PR 생성 #145
Closed
Closed
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
[Enhancement] Spinner 및 Loading 컴포넌트 추가
[Design] 프로필 페이지 및 공통 스타일 수정
[Bug] 포스트 작성일 오류 수정
…eam4 into enhancement/add-videos-to-playlist-74
[Enhancement] 팔로우 페이지 기능 및 스타일 수정
1 task
- videoId를 useMemo를 사용하여 video.post가 바뀔 때마 비디오 아이디를 fetch하도록 수정함. - tanstackQuery의 mutation을 사용하는 객체는 뒤에 mutation을 붙여서 구분함. - bookMark, isClickable, label, isPublicPlaylist를 프로퍼티를 가진 playlistObj를 생성함.
- 동영상 타이틀이 랜더링되는 속도가 향상되어 비디오 제목이 unknown으로 최대한 나오지 않게함. - useQuery를 사용하여 동일한 fetch를 여러번 하지 않고 캐싱을 함. - fetchYouTubeVideoData에서 try-catch문을 사용하여 reponse.data()시의 에러도 로깅하도록함. - 에러 로그에 status HTTP 상태 코드를 넣어 더 나오는 에러로깅을 하도록함.
- 가끔 이미지가 뜨지 않는 경우가 있음. - logo.svg를 우선적으로 로드 시켜 "플리 로고" 가 보이지 않고 로고 이미지가 빠르게 랜더링 되도록함.
[Enhancement] Input 값 최대 길이 설정
[Bug] 좋아요 기능 관련 문제 해결, Post.tsx 리팩토링, CommentSection 리팩토링
…eam4 into enhancement/post-add-to-modal-158
[Enhancement] 포스트 추가 페이지들을 모달로 처리 및 모달과 오버레이를 전역으로 상태 관리하도록 변경
- 포스트 추가하기 첫번째 모달 close 헤더로 바꾸기, 완료 버튼을 다음으로 수정 - 남의 플리에 있는 비디오 내플리에 추가하기 selectpli 뒤로가기 경로 수정 - 포스트 추가하기 기능 모달 동작 관련 수정 - 링크로 포스트 추가하기에서 더이상 url을 사용하지 않고 비디오와 플레이리스트 정보를 전달
[Refactor] 모달 관련 동작 수정 및 헤더 제목 등 수정
- 추가로 좋아요 탭에서 좋아요 토글될때 포스트가 바로 사라지는 문제 수정
[Bug]프로필 페이지에서 포스트와 좋아요 탭에서 좋아요가 바로 적용안되는 문제 해결
[Merge] 머지용 브랜치 생성
[Enhancement] 다름 사람의 플리에서 비디오를 내 플리에 추가할때 중복된 비디오가 추가되지 않도록 수정
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
Summary by CodeRabbit