-
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
[feat] Button 컴포넌트 구현 #25
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.
미리 말씀을 못 드려서 죄송합니다,,
버튼이 동작하는 기능들은 모두 같으니 해당 동작을 수행하는 BaseButton을 하나 만든 뒤 이를 이용하여 나머지 버튼들을 구현하면 조금 더 효율적인 코드가 될 것 같아요! modifier, shape, enabled, 그리고 활성화와 비활성화일 때 background 색상, onClick 메소드, content 를 인자로 받아오면 좋을 것 같습니다 (추가적으로 공통으로 빼면 좋겠다고 생각하는 부분이 있으면 말해주세요!)
혹시 이해가 안 되신다면 바로 말씀해 주시고 모르겠으면 저랑 이따 같이 해봐용
수고하셨습니다 ~
추가로 중복되는 부분이 많아 위에만 리뷰 달아두었어요 전체적으로 고쳐주세용
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadAddCourseButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadAddCourseButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadAddCourseButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadAddCourseButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadAddCourseButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadBasicButton.kt
Outdated
Show resolved
Hide resolved
Text( | ||
text = "불러오기", | ||
style = DateRoadTheme.typography.bodyMed13, | ||
color = contentColor, | ||
modifier = Modifier.align(Alignment.CenterVertically) | ||
) |
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.
string 추출 안해줘도 될까요?
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.
string 추출 안해줘도 될까요?
이 부분은 제가 설정하는게 아니라, 따로 받아오는 거라 안했습니다!
horizontalArrangement = Arrangement.Center | ||
) { | ||
Text( | ||
text = "데이트 코스 올리고 50P 받기", |
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.
엄마가 string 추출하라 할 듯!
app/src/main/java/org/sopt/dateroad/presentation/ui/component/button/DateRoadFilledButton.kt
Outdated
Show resolved
Hide resolved
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.
너무 야무지게 잘 했는데용?? 이것만 수정해주세용 ~
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢