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.
Summary
운영진 오픈 베타 피드백에서 제시된 도서관 개선을 작업했어요.
Tasks
리팩토링(Refactoring)
Suspense
를 적용했어요.usePagination
훅 최적화: 페이지네이션 훅의 성능을 최적화하여, 더욱 빠르고 효율적인 페이지 전환을 가능하게 했습니다.BookCard
의 텍스트 오버플로우 처리 개선: 도서 카드 내 텍스트의 오버플로우로 처리하여 크기가 일정하도록 했어요.constant
로 변경했어요.StatusBadge
를MyHistorySection
에 추가: 도서 상태 뱃지 컴포넌트를 활용하여 일관성을 유지합니다.useBooks
쿼리키 업데이트: 도서 정보 조회를 위한 쿼리키를 업데이트 했어요.기타 작업(Chores):
Screenshot