-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: 도서 검색 페이지에서 추출 가능한 컴포넌트 분리 * style: 공통 layout에서 padding-bottom 줄임 * feat: 검색 중 로딩, 검색 결과 없는 경우 메세지 노출 * chore: 도서 검색 페이지 주석 추가 * feat: BookCover 컴포넌트 fill size 추가 * feat: 도서검색 결과 UI 수정 * style: 도서검색 페이지 gap 수정 * fix: recent search 스토리북 build 오류 해결 * fix: 도서 검색 결과 개수 보여주는 UI 추가 - 도서 검색 관련 컴포넌트명 개선 * fix: BookCover 에러시 default 커버 렌더링 * fix: 최근검색어와 베스트셀러 불필요한 요청 가지않도록 개선
- Loading branch information
Showing
12 changed files
with
228 additions
and
172 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ const useBookSearchQuery = ({ | |
}, | ||
staleTime: 3000, | ||
enabled: !!query, | ||
suspense: true, | ||
} | ||
); | ||
|
||
|
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.