-
Notifications
You must be signed in to change notification settings - Fork 4
[Deploy] 6주차 1차 배포 #300
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
[Deploy] 6주차 1차 배포 #300
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
- 기존 axios를 래핑하는 느낌이라 상의 후 사용 예정
- pages/SessionListPage 폴더로 분리
- isText: 구분선 가운데에 텍스트를 넣을지 선택 - message: 구분선 가운데에 넣을 텍스트 내용
- 기존: 조건부렌더링 error && - 수정: error를 props로 전달
- 마이페이지나 생성 페이지들은 로그인한 유저만 접근가능한데, 중복되는 로직을 포함한 레이아웃 컴포넌트로 감쌌다. - routes에서 ProtectedRouteLayout 컴포넌트로 감싸서 element에 넣어주는 방식으로 사용
- props를 onClick에서 path로 바꿨습니다. - 바꾼이유: navigate()는 shift 클릭해도 새창으로 열리지 않음, Link는 내부적으로 a 태그라서 새창으로 열기를 지원해서 바꿔봤습니다.
- TODO: 질문지 이름 띄우기
[Feat] 세션 리스트 API 에 질문지 이름 항목 추가
- 일관적인 다크모드를 위해 tailwind config를 css 변수를 사용하도록 수정
…rlay [Feat] 비디오 프로필 오버레이 구현 및 index.html og-image 수정
- TitleInput 컴포넌트에서 닉네임을 undefined로 인식 -> useEffect 사용해서 수정
각자 깃허브 링크 추가
[Docs] 리드미 업데이트
blu3fishez
approved these changes
Dec 2, 2024
[Fix] 로그인 필드 중복 에러 처리
[Feat] 마이페이지 회원정보 수정
[Refactor] question-list 모듈 리팩토링 및 pagination 구현
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.
작업 내용