-
Notifications
You must be signed in to change notification settings - Fork 2
03.05 최신화 #172
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
Merged
Merged
03.05 최신화 #172
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
84b1fe4
feat(mypage): add leave group dropdown menu to MyMeetingCard
shinwokkang c99ade1
feat(mypage): integrate leave club API in MyMeetingCard
shinwokkang 75897ff
feat(mypage): use custom ConfirmModal for leave group action
shinwokkang e452267
refactor(mypage): apply review feedback for leave group feature
shinwokkang 9adfdde
Merge pull request #160 from checkmo2025/feat/159-mypage-ui-api
shinwokkang 84ab6fc
refactor(login): improve login modal usability
shinwokkang d44db89
refactor(login): re-apply usability improvements after user edit
shinwokkang def3c57
refator: rollback
shinwokkang 78afab4
refactor(login): improve usability with eye icons and outside click fix
shinwokkang 0b0869d
feat: implement homepage infinite scroll, nested comments api, and sh…
shinwokkang a5e53be
fix: adjust homepage UI layout and fix nested replies rendering bug
shinwokkang 1c4159e
fix: adjust story homepage block and reply input visual indication
shinwokkang 9447cab
fix: book story card UI blurred cover bg and nested reply depth 2 limit
shinwokkang 4e74ac9
feat: implement club book stories infinite scroll on stories page
shinwokkang b1c24e3
feat: implement book like api and integrate into components
shinwokkang 63ffd0b
refactor: apply optimistic UI and throttle to book like api
shinwokkang be6ec53
fix: replace onSettled invalidation with onSuccess cache update for b…
shinwokkang 1205cc9
feat: implement my liked books api and infinite scroll in mypage
shinwokkang 9b71cd8
refactor: vercel 에러 확인
shinwokkang f1106a5
refactor: 리뷰 내용 수정
shinwokkang 147b7a7
refactor: 답글
shinwokkang 2be32f6
Merge pull request #166 from checkmo2025/refactor/162-Feedback
shinwokkang 52551f5
feat: 팔로우 팔로잉 수 구현 및 소식 문의하기 URL 구현
shinwokkang b992537
chore: 리뷰 내용 수정
shinwokkang f954dd3
Merge pull request #167 from checkmo2025/refactor/165-mypage-subscrib…
shinwokkang a5722ef
refactor: 다른 사람 프로필 조회 구독자, 구독중 수 추가
shinwokkang aa00906
다른 사람 구독중 구독자 UI 및 API구현
shinwokkang 6fb373c
feat: 상대방 서재 조회 및 낙관적 업데이트
shinwokkang 624c857
refactor: 리뷰 내용 수정 및 서재 쿼리 수정
shinwokkang c2a8809
Merge pull request #169 from checkmo2025/feat/168-other-profile-subsc…
shinwokkang 4a7727d
feat: 홈화면 소식 API 구현
shinwokkang b9ed33d
feat: 소식 페이지 소식 조회 구현
shinwokkang 21e22ac
feat: 검색바 내려올 때 Floating 안보이도록 구현
shinwokkang d2555b5
refactor: 홈화면에서 소식 레이아웃 구조 변경
shinwokkang 1071ddb
feat: 책 이야기 카드 UX 개선
shinwokkang 779aea4
feat: 알라딘 랭킹 더보러 가기 Link 구현
shinwokkang ed66ffe
feat: 내 서재 쿼리 공유
shinwokkang b408956
refactor: 리뷰 내용 반영
shinwokkang 88224df
feat: JSON형식 간략화 추가
shinwokkang be60ee2
feat: 설정 닉네임 변경 불가능 하도록 수정
shinwokkang 153cab4
chore: vercel 에러 해결
shinwokkang ba79578
Merge pull request #171 from checkmo2025/feat/170-news-api
shinwokkang 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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
isValidSrc함수 내의src !== "string"조건은 매우 이례적이며, API가 유효하지 않은 데이터를 반환할 수 있음을 시사합니다. 이는 잠재적으로 백엔드의 데이터 품질 문제일 수 있습니다. 코드의 의도를 명확히 하고 향후 유지보수를 위해 이 검사가 왜 필요한지에 대한 주석을 추가하는 것이 좋습니다.