Skip to content

Commit

Permalink
Feat: 리스트 상세 페이지 기능 구현(리스트 삭제, 존재하지 않는 리스트 처리, 유저 정보에 따른 ui 처리) 및 리팩토링 (
Browse files Browse the repository at this point in the history
#31)

* Feat: 리스트 상세 조회 api 연결

* Feat: comment create 일부 구현

* Feat: 댓글 로직 구현

* Feat: 댓글 조회 데이터 바인딩

* Feat: useQuery 함수 일부 수정

* Feat: comment 타입 지정

* Design: (1차mvp) QA 댓글 wrapper gap 조정

* Design: (1차 mvp QA) collaborators default profile 아웃라인 깨짐 현상 수정

* Fix: 바뀐 url에 맞게 폴더 구조 변경

* Fix: 폴더구조 바꾸면서 생긴 경로 에러 처리

* Chore: 필요없는 파일 삭제

* Refactor: collaborators 매직 넘버 없애기

* Refactor: 이미지 태그 클로징 태그 삭제

* Refactor: 파일 이름 정리

* Feat: 리스트 상세 페이지 floating button 추가

* Refactor: 리스트 상세 페이지 페이지명 수정

* Design: 콜라보레이터 팝오버 그림자, 불투명도 수정

* Feat: 답글 없으면 답글 구분선 안 보이게 하기

* Feat: 댓글 생성 기능 구현

* Fix: 댓글 작성자 안 나오는 문제 해결

* Refactor: comment type 정리

* Fix: 답글 타입 정리 및 사용자 이름 안 보이는 문제 해결

* Feat: 댓글 삭제 기능 구현

* Feat: 리스트 수정하기 기능 구현

* Feat: 리스트 삭제 기능 구현

* Design: 댓글, 답글 간격 조정

* Design: 답글 간격 조정

* Fix: time-diff 함수 수정

* Feat: soft delete 된 댓글 처리

* Feat: 삭제된 댓글에 대해서 삭제 못하게 버튼 처리

* Feat: 무한스크롤 훅 구현

* Fix: getListdetail parameter 수정

* Feat: 댓글 무한스크롤 구현

* Fix: simple list rank로 수정

* Feat: 댓글 스켈레톤 ui 구현

* Style: 필요없는 import 문 삭제

* Fix: toast container 다시 복구

* Feat: 콜라보레이터들 데이터 연동

* Style: 목데이터 삭제

* Design: 콜라보레이터 ui 수정(콜라보레이터 태그 삭제)

* Feat: 헤더 list의 오너일 때만 리스트 관리 보이게 수정

* Fix: 히스토리 아이콘 잘리는 문제 해결

* Feat: 댓글 및 답글 작성자만 삭제할 수 있도록 수정

* Feat: 리스트 삭제하기 모달 로직 구현

* Fix: 삭제된 댓글 문구 수정

* Style: _api 함수 내 호출 함수들 export 방식 수정

* Style: 바뀐 export 문에 맞게 import문 수정

* Feat: 탐색 페이지 리스트 추천 부분 더보기 버튼 로직 구현(리스트 상세조회에서 필요)

* Feat: 탐색 페이지 트렌딩 리스트 리스트 상세 페이지로 이동하는 로직 구현(리스트 상세조회에서 필요)

* Feat: 트렌딩 리스트 클릭시 리스트 상세조회 이동 로직 구현

* Feat: 댓글 폼 인풋 로직 임시 수정

* Feat: 코멘트 리액트 쿼리 enabled 조건 추가

* Feat: 로그인 안 한 사람 댓글, 답글 생성 기능 막기

* Feat: time-diff 함수 수정

* Feat: 답글 생성 시 화면 초기화

* Style: 댓글 생성 시 필요없는 코드 삭제

* Feat: 리스트가 존재하지 않을 때 모달 처리

* Feat: 리스트 없을 때 처리 수정

* Feat: retry 옵션 0으로 수정

* Feat: 공용 헤더 사용 및 로직 변경

* Feat: 콜라보레이터 리스트 자신을 제외한 목록만 조회되게 수정

* Feat: 콜라보레이터일때 수정할 수 있도록 로직 수정

* Feat: 바텀시트 버튼 disabled 됐을 때 처리

* Style: 필요없는 console.log 삭제

* Refactor: 전반적인 타입 수정

* Feat: 바텀시트 리스트 삭제 권한 로직 수정

* Refactor: collaborators.tsx / collaborators.css.ts 리팩토링

* Refactor: collaboratorspopover.tsx / collaboratorpopover.css.ts 리팩토링

* Refactor: comments.tsx, style 리팩토링

* Refactor: reply.tsx, style 리팩토링

* Refactor: comments.tsx, style 리팩토링

* Refactor: headerRight.tsx 와 style 리팩토링

* Refactor: listinformation.tsx와 style 리팩토링

* Chore: 지금 사용하지 않는 컴포넌트 삭제

* Design: 세부 여백, 디자인 수정

* Chore: 필요없는 파일 및 목데이터 폴더 삭제

* Style: 타입명 대문자로 수정
  • Loading branch information
Nahyun-Kang authored Feb 15, 2024
1 parent dd199f9 commit 9e6128b
Show file tree
Hide file tree
Showing 70 changed files with 1,225 additions and 1,286 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"@egjs/react-grid": "^1.16.0",
"@mui/material": "^5.15.9",
"@tanstack/react-query": "^5.17.12",
"@tanstack/react-query-devtools": "^5.17.12",
"@vanilla-extract/dynamic": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion public/icons/default_profile_temporary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icons/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9e6128b

Please sign in to comment.