-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#453] [모임] 모임 목록 페이지 개선 #475
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
75a4b8f
fix: api 응답과 타입 동기화
gxxrxn a8210de
refactor: SimpleBookGroupCard 리팩터링
gxxrxn e101c65
feat: DetailBookGroupCard 스켈레톤 컴포넌트 작성
gxxrxn dc592e9
feat: 내가 참여한 모임 suspense 적용, GroupPage 리팩토링
gxxrxn a6f9d1d
fix: group api 타입 수정, query로 인한 빌드 오류 해결
gxxrxn 3f92116
refactor: bookgroup 파스칼 케이스로 변경
gxxrxn 394f50b
fix: 비로그인 시 query 런타임 오류 해결
gxxrxn c0e5ae7
fix: 로그인되어있을 때만 내가 참여한 모임 스켈레톤 렌더링되도록 수정
gxxrxn f5e15be
fix: 내가 참여한 모임 리스트 하이드레이션 오류 해결
gxxrxn 2cd1e16
fix: 독서모임 페이지 무한스크롤 ref 최하단으로 이동
gxxrxn 4480340
fix: page skeleton 적용
gxxrxn 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
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
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
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
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
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
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.
just comment;
다양한 클라이언트에서 일관된 경험을 제공하기 위해서 alert 을 대체할 컴포넌트가 있으면 좋긴 하겠네요.
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.
@minjongbaek 흠.. 구현되어 있는 Toast나 Modal을 사용하면 어떨까요?
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.
@gxxrxn 그것도 좋은 방법이네요! 그런데 다시 보니까 어차피 곧 지워질 코드로 보이네요 😅