-
Notifications
You must be signed in to change notification settings - Fork 1
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
[UI/#41] 탐색 뷰 / 검색 결과 뷰 구현 #44
Conversation
…-field-view-ui # Conflicts: # core/src/main/java/com/terning/core/designsystem/component/textfield/SearchTextField.kt # core/src/main/java/com/terning/core/designsystem/component/textfield/TerningBasicTextField.kt # feature/src/main/java/com/terning/feature/main/MainNavigator.kt # feature/src/main/java/com/terning/feature/search/SearchRoute.kt
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.
LGTM~~!!!!
) | ||
.clickable { | ||
navController.navigateSearchProcess() | ||
} | ||
) { |
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.
여기서 noRippleClickable 확장함수 써줘야 리플 효과가 없어질 것 같아요!
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.
진짜 noRipple 테마 너무 편하네용 ㅜ
enabled = enabled, | ||
readOnly = readOnly, |
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.
갑자기 궁금해졌는데 readOnly는 어떤 기능을 하는 속성인가요??
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.
저게 텍스트 필드 눌러도 변경할 수 없고 읽을 수만 있도록 하는 속성인데 enabled 속성으로 대체할 수 있어서 지워도 될 것 같습니당!
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.
구현 너무 잘하셨네요!! LGTM~~
⛳️ Work Description
📸 Screenshot
41.mp4
📢 To Reviewers