Skip to content
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/#321 팔로잉 페이지 생성 #326

Merged
merged 8 commits into from
Apr 12, 2024
Merged

Feat/#321 팔로잉 페이지 생성 #326

merged 8 commits into from
Apr 12, 2024

Conversation

YelynnOh
Copy link
Collaborator

PR의 목적을 알려주세요.

close #321

어떤 변경사항이 있는지 알려주세요.

  • /follow/{userId} 페이지를 생성했습니다.

  • following/FollowerList/index.tsx에서 팔로잉 목록 컴포넌트를 생성했습니다.

  • 은지 언니가 예전에 만들었던 Tab 컴포넌트를 활용해서 전체 페이지를 만들었는데, 이 과정에서 Tab 컴포넌트가 살짝 수정이 됐어. 로직이 바뀐 건 아니고 className 추가한 정도라 나중에 함 보면 될 듯!

  • 추가된 훅들 중 useGetFollowingList는 어떤 유저의 전체 팔로워/팔로잉 리스트를 전달해주는 훅이고, usePatchFollow는 팔로우 신청/팔로우 취소할 때 사용되는 훅입니다.

  • 목록에서 프로필 사진 누르면 해당 유저 프로필로 넘어가는 로직도 넣어놨어.

  • 프로필 사진 주소 null일 때 svg 사진 넣는 건 추가 예정입니다!

중점적으로 봐주었으면 하는 부분

@YelynnOh YelynnOh self-assigned this Apr 10, 2024
@YelynnOh YelynnOh added the feat New feature or request label Apr 10, 2024
@YelynnOh
Copy link
Collaborator Author

YelynnOh commented Apr 10, 2024

ee75cbb
프로필 페이지 > 팔로워 페이지로 이동 할 때 넘겨주는 type 쿼리 이용해서 '팔로워' '팔로잉' 탭 중 어떤 걸 보여줄 지 결정하는 로직 추가했어! type 값이 없으면 디폴트로 팔로워 탭부터 보여주는 걸로 적용했습니당
82d466d
은지 언니랑 상의 후 TabItem 스타일 수정!

@YelynnOh YelynnOh merged commit 2445df6 into main Apr 12, 2024
2 checks passed
@YelynnOh YelynnOh deleted the feat/#321 branch April 12, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

팔로잉/팔로우 컴포넌트 작성
3 participants