Merged
Conversation
added 15 commits
May 22, 2025 20:46
…nto refactor/#202/header-component
Closed
7 tasks
ARON-Y
previously approved these changes
May 24, 2025
Contributor
ARON-Y
left a comment
There was a problem hiding this comment.
사이드 메뉴에서 팀 목록 구분과 자유게시판/ 팀 생성 링크 추가 하신거 좋네요! UX가 더 좋아진것 같아요! 고생하셨습니다 현호님!🙇🏻♀️
…nto refactor/#202/header-component
|
✅ Preview Deployment |
ARON-Y
approved these changes
May 24, 2025
MINJI121
approved these changes
May 24, 2025
| const newGroup = memberships.find( | ||
| (m) => m.group.id === prev?.id | ||
| )?.group; | ||
| return newGroup ?? memberships[0].group; |
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
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.
🔗 이슈 번호
Closes #202
📋 작업 사항
팀 수정, 유저 정보 수정 시 헤더 즉시 반영
/hooks/useMemberShips
api에서 가져온 최신 객체를 selectedGroup에 덮어씌우기
-> 헤더에 즉시 반영
/app/mypage/_components/AccountUpdateButton
이전 상황: mutation으로 'user' 무효화 / 헤더는 'currentUser' 사용
현재: mutation으로 'currnetUser' 무효화 -> 헤더에 즉시 반영
팀 목록
팀 이름 길어지면 ... 추가 및 가로스크롤 제거
드롭다운 위치 조정
'팀 목록' 상태일때 누르면 첫번째 팀이 아닌, 드롭다운 열리게 변경
팀목록 순서 조정 - ID 작은 순서대로
팀 이름 최대 30자 제한
모바일 사이드메뉴
상단에 자유게시판, 팀생성 링크 추가
팀 목록 구분하는 경계선 추가