-
Notifications
You must be signed in to change notification settings - Fork 4
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
전남대_16조_애니모리_10주차 [최종 결과물 제출 관련 PR] #209
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
react-player, IntersectionObserver 설치 유튜브 영상으로 테스트
각종 브라우저에서 unmuted + autoplay를 막아놔서, muted 상태로 비디오 불러온 후, 사용자가 음소거를 풀어줘야함
useMap에서 kakao 객체 못 찾는 에러 있어서 변수로 하나 만들어줬습니다. 안 쓰는 TestMap.tsx 삭제했습니다.
target.value에 접근하는 방식에서 멘토링 조언 수용하여 data-set 속성 활용하는 것으로 수정 input, inputGroup에도 해당 속성 사용할 수 있도록 nullable로 추가했습니다.
데이터를 패칭하는 부분만 userFetch로 가져오고, return data를 다루는 부분을 분리하도록 useMutation을 사용했습니다.
중복 확인 버튼에 Loader를 추가하면서 중복되는 state를 하나로 관리하도록 합쳤습니다. 함수에 param 포함 기능에 대한 주석 달았습니다. type, interface를 VAC 패턴에서 dependency cycle이 발생하지 않도록 따로 파일 관리하도록 했습니다.
userAccountInfo가 있을 때 감지하는 것으로 바꿨습니다. userAccountInfo는 로그아웃 버튼을 눌렀을 때, 모달에 나오는 로그 아웃 유지를 눌렀을 때 새롭게 쿠키를 받도록 구현했고 더 나은 방법을 고민 중입니다.
removeToken 함수를 불러서 사용할 수 있도록 변경했습니다.
type을 관리하는 type.d.ts 파일 생성 page 디렉토리에는 page, Vpage, type만 있도록 구현
슬라이더를 겹으로 쌓음
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2freact-player - Not found 이 녀석 에러 고침
fix: 파일 이름 수정(signupType.d.ts)
refetchOnMount 옵션 추가, lazy loading 위해 Suspense로 감싸기 및 useQuery에 suspense 옵션 추가
보호소에서 데이터 못 불러오는 문제 해결
Safari 브라우저에서 예상한 화면이 나오지 않아서 스타일 수정했습니다.
api 호출 시 나오는 로더가 작동하지 않아서 수정했습니다.
fix: 회원가입 로더 문제 해결, Calendar Safari 브라우저 화면에서 부적절한 부분 해결
lazy loading 방식의 페이지에 Suspense 추가
추가로, 파일 용량에 따른 안내 문구 변경 추가
fix: 등록, 수정하기 api 문제
fix: ProfileList 페이지 경로 문제 해결
�docs: README.md 최종 수정
feat: 프로필리스트 성별값 추가
latteisacat
approved these changes
Nov 11, 2023
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.
구현된 기능