feat: 홈 카테고리 필터 칩 아이콘 추가·1개 이상 노출#183
Merged
Merged
Conversation
- DkChoiceChip 에 선택적 icon 파라미터 추가([아이콘 라벨] Row) - 홈 필터 칩: 전체=list, 카테고리=kCategoryIcon 아이콘 표시 - 노출 조건을 카테고리 1개 이상으로 완화(전체 + 등록 카테고리) - 위젯 테스트 2건 추가, docs 화면별-스펙 동기화 Closes #182
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.
요약
홈 '다가오는 일정' 카테고리 필터 칩을 [아이콘 라벨] 형태로 바꾸고, 등록된 카테고리가 1개여도 전체와 함께 노출한다.
DkChoiceChip: 선택적icon추가(기존 호출부 무영향, null=라벨만).list, 카테고리=kCategoryIcon아이콘. 카테고리 선택 pill 과 동일한 gap 5 로 일관.showFilter조건categories.isNotEmpty로 완화(기존 2개 이상 → 1개 이상).테스트
docs
화면별-스펙(다가오는 일정) 동기화 — docs main push 완료.
Closes #182