-
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
feat: 설정 페이지 UI 및 기능 추가 #137
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
- 스크롤 생겨도 화면 하단에 고정되도록 absolute -> fixed 변경
- 'use client' 추가
- 소문자 -> 대문자로 변경
- AccountEditFormType -> UserInfoFormType 변경
- PasswordEditFormType -> PasswordFormType 변경
- 이유: setting 관련 타입으로 대체
- [userId] 폴더 제거
- ownerName 프로퍼티 추가 - family 프로퍼티 타입 User[] -> Member[] 변경
- ReadFamilyMembersRequest 타입 추가 - InviteModalProps 타입 내 inviter 옵셔널 프로퍼티로 변경
- 회원 정보 수정, 회원 정보 조회, 비밀번호 수정, 가족 그룹 생성, 가족 등록, 가족 멤버 조회, 가족 그룹 조회 api 함수 추가
- 회원 정보 조회, 가족 멤버 조회, 가족 그룹 조회 api 호출 커스텀 훅 쿼리키 추가
- 회원 정보 수정, 회원 정보 조회, 비밀번 호 수정, 가족 그룹 생성, 가족 등록, 가족 멤 버 조회, 가족 그룹 조회 api 호출 커스텀 훅 추가
- inviter props가 선택적 프로퍼티로 변경되어 그에 맞춰서 제목 변경
- 설정 페이지 라우팅 경로 변경 적용 - Setting 헤더 내 프로필 컴포넌트 name props를 user.name -> user.ownerName 으로 변경
- 헤더 내 프로필 클릭 시 설정 페이지로 이동 - 헤더 내 프로필명 user.name -> user.ownerName 변경
G0MTENG
approved these changes
Oct 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨습니다 :D useBottomSheet 훅으로 복잡한 바텀시트 상태들을 잘 관리한거 같아요!
- disabled props 추가
- 편집모드 아닐 시, 헤더 UI 반영 - 편집모드 아닐 시, 편집 불가능 적용
- QueryClientProvider 적용
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.
변경 사항
ownerName
(계정 소유자) 프로퍼티 추가 및 적용mypage
->setting
타입 파일명 변경 및 적용리뷰 필요
familyCode
랑familyName
이 서로 바뀌어서 오는 이슈가 있습니다.제가 놓친게 있으면 말씀 부탁드립니다!
close #111