Skip to content

Commit

Permalink
Feat: 마이리스트, 콜라보리스트 페이지 api 연동 (#21)
Browse files Browse the repository at this point in the history
* Feat: Profile 컴포넌트 api 연동

* Feat: 프로필 이미지 여부에 따른 UI 분리

* Style : 팔로우 버튼 컴포넌트 이름 변경

* Feat: 사용자 타입 수정, 피드 소유주 여부에 따른 UI 분리

* Chore: 유저 조회 api 이름, 쿼리키 이름 알맞게 변경

* Feat: 카테고리 api 연동

* Feat: 리스트 목록 조회 api 연동

* Chore: tsconfig파일 프리티어 적용

* Feat: 리스트 생성, 리스트 조회 api headers 옵션 추가

* Feat: 리스트 조회 리스폰스 배경색 추가

* Feat: 카테고리 클릭시 리스트 목록 조회 구현

* Style: 주석정리, 컨벤션 정리, mock data 삭제, 사용하지 않는 코드 제거 및 일부 함수 이름 수정

* Style: 마이리스트페이지, 콜라보리스트페이지 폴더구조 변경

* Feat: 폴더구조 변경에 따른 params prop으로 전달

* Feat: 마이페이지, 팔로우페이지 이동 기능 추가

* Feat: 페이지 이동 코드 커스텀 훅으로 분리

* Style: CardItem 컴포넌트 제거

* Design: 일부 스타일 수정

* Style: Item 타입 오타 수정

* Design: 리스트 타입 버튼 눌렀을때 디자인 추가

* Style: 불필요한 코드 제거

* Feat: PR 리뷰 피드백 반영
- 프로필 헤더 이전페이지 돌아가기 버튼 제거
- style className 수정
- 유저 정보 조회 쿼리키 수정
- 주석 제거

* Feat: 사용자 프로필 이미지 에러일때 보여줄 fallback src 추가

* Feat: 프로필 조회 쿼리키에 파라미터 추가

* Design: 리스트 클릭시 blue underline 디자인 추가
  • Loading branch information
ParkSohyunee authored Feb 8, 2024
1 parent 41e40ac commit 8928999
Show file tree
Hide file tree
Showing 37 changed files with 430 additions and 757 deletions.
3 changes: 0 additions & 3 deletions public/icons/arrow_left.svg

This file was deleted.

3 changes: 3 additions & 0 deletions public/icons/blue_line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/blue_line_long.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions src/app/[userNickname]/_components/CardItem.css.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/app/[userNickname]/_components/CardItem.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions src/app/[userNickname]/_components/Categories.tsx

This file was deleted.

54 changes: 0 additions & 54 deletions src/app/[userNickname]/_components/Content.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions src/app/[userNickname]/_components/Profile.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/app/[userNickname]/mockData/categories.ts

This file was deleted.

Loading

0 comments on commit 8928999

Please sign in to comment.