-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 도서 목록 보기 모드 (리스트/그리드) 기능을 구현했습니다. - BooksList 컴포넌트에서 ViewMode 타입을 사용하여 현재 선택된 보기 모드를 받아 적용합니다. - BookItem 컴포넌트에서도 ViewMode 타입을 사용하여 보기 모드에 따라 스타일을 조정합니다. - BooksViewSwitcher 컴포넌트에서 선택된 보기 모드를 URL 쿼리스트링에 저장합니다. 관련 변경 사항: - BookItem.tsx 파일 수정 - BooksList.tsx 파일 수정 - BooksViewSwitcher.tsx 파일 수정
- Loading branch information
Showing
4 changed files
with
34 additions
and
10 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
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