Conversation
- 헤더, 상세정보, 탭메뉴(만든 여행, 참가 여행) 각 컴포넌트 분리 - profileShow, userProfileUserId를 전역 상태 값으로 두어 z-index로 화면 위로 뜨는 형식으로 구현 - 마이페이지에서 변경되는 컴포넌트를 isMyPage props 값을 통해 재사용(UserProfileDetail)할 수 있도록 구현. - 탭 메뉴 클릭시 좌우로 이동하는 애니메이션 구현. > overflow hidden을 통해 translateX 로 이동하는 느낌을 주도록 했습니다.
- daysLeft 는 현재 사용하지 않으므로 필수가 아님으로 변경
- 상대방 프로필 요청 - 상대방이 만든 여행 & 참가한 여행 요청 api - 데이터 type model에 정의
- 모든 화면에서 동일함을 확인.
- 상대방 프로필 정보와 유사한 화면으로 변경됨 반영 - myPageStore에 여행거리, 방문 국가, 여행 배지 필드 추가, Layout에 업데이트하여 반영
…nto TMO-75-다녀온-국가-페이지
- 마이페이지에서 상대방 프로필 api 재활용 요청 했던 부분 -> 마이페이지 api 필드값 추가로 다시 store, model 등을 수정.
Merge branch 'feat/#76' of https://github.com/SWYP6-Team7/frontend into feat/#76
- 상대적으로 height가 작은 탭 메뉴의 경우 부모는 overflow가 되어 UI에 뒷배경이 보이는 현상 수정
fix : 상대적으로 height가 작은 탭 메뉴의 경우 부모는 overflow가 되어 UI에 뒷배경이 보이는 현상 수정
fix: 다녀온 국가 페이지 날짜 오류 수정
fix: 다녀온 여행 국내 부분 타입 안정화
fix: 상대방 프로필 조회 데이터가 없을 때 화면이 나오지 않는 문제 수정중
fix: 상대방 프로필 조회 - 참가한 여행 또는 만든 여행 count 0일 때, 대체 화면 가려지는 문제 수정"
- margin, 최소 조회 모달의 height를 변경
fix&design: 상대방 프로필 조회, 참가한 여행 신청한 여행 데이터 0개 일 때 화면 수정
- 홈화면 가로축 스크롤 생기는 부분도 같이 수정됨 - 많은 여행이 리스트에 있는 경우, 자동으로 아래로 스크롤 내려가는 부분도 같이 수정.
fix: 상대방 프로필 가로축 스크롤이 생기는 부분 수정
fix&Design : 모바일 화면에서 스크롤 중간쯤 튕기를 문제 수정
fix: 상대방 프로필 뱃지, 여행 로그 화면에서 뒤로가기시, 상대방 프로필 오버레이가 켜지는 문제 수정
fix: 마이페이지 접속시, 상대방 프로필(유저 프로필) id를 userId와 동일하게 할당
Fix: QA 처리
Fix: 몇몇 cursor pointer 추가, 뒤로가기 로직 수정
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
#️⃣이슈 번호
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)
✅ PR Checklist