-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/chips label component #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 디자인 굉장히 깔쌈하게 구현하신거같아요! 👍 👍
다만, stateless로 만드는게 더 좋아보이는데 stateful한 컴포넌트가 보입니다.
추가로 자잘한 수정사항 반영 부탁드릴게요~
...nsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiCheckedColorChip.kt
Outdated
Show resolved
Hide resolved
...nsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiCheckedColorChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...esignsystem/src/main/java/com/suwiki/core/designsystem/component/chips/ui/theme/TestTheme.kt
Outdated
Show resolved
Hide resolved
...designsystem/src/main/java/com/suwiki/core/designsystem/component/chips/ui/theme/TestType.kt
Outdated
Show resolved
Hide resolved
core/designsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiColorChip.kt
Outdated
Show resolved
Hide resolved
core/designsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiColorChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
또 스크린샷 이렇게 감싸면 표 안에 넣을 수 있어요! |
코멘트 전부 반영하였습니다! |
core/designsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiColorChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...esignsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiOutlinedChip.kt
Outdated
Show resolved
Hide resolved
...signsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiContainedChip.kt
Outdated
Show resolved
Hide resolved
...esignsystem/src/main/java/com/suwiki/core/designsystem/component/chips/SuwikiOutlinedChip.kt
Outdated
Show resolved
Hide resolved
코멘트 전부 반영했습니다~! |
painter = if (isChecked) { | ||
painterResource(id = R.drawable.ic_color_checked_chip) | ||
} else { | ||
painterResource(id = R.drawable.ic_color_chip) | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
painter = painterResource(id = if(isChecked) R.drawable.ic_color_checked_chip else R.drawable.ic_color_chip),
요렇게 안에 넣는거 안되나요!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
잘 됩니다! 안에 넣으니까 보기 더 편한 거 같네요
가독성 더 신경 쓰면서 코드 짜겠습니다 ㅠㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 고생 많으셨어요!
📌 PR 요약
🌱 작업한 내용
🌱 PR 포인트
📸 스크린샷
📮 관련 이슈