Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
⭐️Issue
🌟Motivation
NormalSearch 화면의 검색창이 비어있을 때 장르별 검색 섹션을 추가하여 사용자가 원하는 장르의 작품을 빠르게 탐색할 수 있도록 개선합니다.
🌟Key Changes
NormalSearchGenreView: "장르별 검색" 헤더(chevron 탭 시 상세탐색 이동) + 가로 스크롤 장르 뱃지 컬렉션뷰NormalSearchGenreCell: 44×44 원형 배경 + 장르 아이콘 + 장르명 라벨로 구성된 셀NormalSearchViewModel: 장르 탭/헤더 탭 Input, 결과화면 push/상세탐색 push/섹션 노출 Output 추가NormalSearchViewController: 장르 탭 시 해당 장르만 선택된DetailSearchResultViewController로 이동NovelGenre:normalSearchGenres배열 추가 (현판, 로판, 판타지, 로맨스, 무협, BL, 드라마, 미스터리, 라노벨)normalSearchList.isEmpty기반)🌟Simulation
🌟To Reviewer