-
Notifications
You must be signed in to change notification settings - Fork 6
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: 마이리스트, 콜라보리스트 페이지 팔로우 기능 구현 #26
Merged
ParkSohyunee
merged 19 commits into
8-Sprinters:dev
from
ParkSohyunee:feature/feed-follow
Feb 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a777db2
Feat: 마이리스트, 콜라보리스트 페이지 - 프로필 팔로우 기능 구현
ParkSohyunee a3954e4
Design: 팔로우 상태에따른 버튼 UI 스타일 적용
ParkSohyunee 62a3968
Feat: 로그인 상태가 아닐때 에러 처리 추가
ParkSohyunee 279bb40
Feat: 마이리스트, 콜라보리스트 페이지 - 프로필 팔로우 취소 기능 구현
ParkSohyunee f796bb8
Feat: 최대 팔로잉 제한 조건 적용
ParkSohyunee e8d9b71
Fix: 마이리스트, 콜라보리스트 페이지 관련 api export문 default로 수정
ParkSohyunee 77d5e48
Feat: 프로필 팔로잉, 팔로우 수 천 단위 콤마 적용
ParkSohyunee e0baf4d
Style: 주석정리, console.log 정리
ParkSohyunee 4bf31f4
Fix: 리스트 아이템 타입 프로퍼티 이름 수정
ParkSohyunee 68edd47
Feat: 프로필 정보 불러오기 enabled 옵션 추가, 토스트 메세지 추가
ParkSohyunee 3152de5
Design: 토스트 메세지 수정
ParkSohyunee 699f147
Merge branch 'dev' into feature/feed-follow
ParkSohyunee d3e9463
Style: 공백 수정
ParkSohyunee e86d9f8
Fix: dev 브랜치 merge에 따른 리스트 상세조회 타입 수정
ParkSohyunee 0d8b8c5
Feat: 토스트메세지 상수화 처리
ParkSohyunee 4d7a098
Feat: 팔로우 요청 제한 로직 수정 및 토스트 메세지 수정
ParkSohyunee a2ba72d
Feat: 숫자를 1만 단위로 축약하는 number formatter 로직 구현
ParkSohyunee 6b13628
Feat: 숫자를 미국 K단위, M단위로 축약하는 number formatter 로직 구현
ParkSohyunee 5fd79a4
Style: 숫자 포맷팅 함수에 jsdoc 주석 추가
ParkSohyunee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
토스트 메시지 상수파일(
src/lib/constants/toastMessage.ts
) 이 있어서, 그 파일에 넣고 꺼내쓰면 좋을 것 같아요~!