-
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/#55] 캘린더뷰 / 다이얼로그 구현 #128
Conversation
…alog # Conflicts: # feature/src/main/java/com/terning/feature/intern/component/ScrapCancelDialog.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~~~ 짱이에요!!!
text = R.string.dialog_scrap_cancel_button, | ||
onButtonClick = /*{ | ||
viewModel.updateScrapped(!state.isScrapped) | ||
viewModel.updateScrapDialogVisible(false) |
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.
앗 지워야겠네여,,
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~!! 캘린더의 신 갓석준,,,,마지막까지 파이팅~~
text = R.string.dialog_scrap_cancel_button, | ||
onButtonClick = /*{ | ||
viewModel.updateScrapped(!state.isScrapped) | ||
viewModel.updateScrapDialogVisible(false) | ||
}*/onClickScrapCancel, | ||
modifier = Modifier.padding(bottom = 8.dp) |
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.
지울게요!!
.border( | ||
width = 0.dp, | ||
color = Grey200, | ||
shape = RoundedCornerShape(bottomStart = 20.dp, bottomEnd = 20.dp) |
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.
width = 0.dp
면 이 코드 안 써줘도 반영이 되지 않을까요,,,,? (저도 확실하지 않음,,ㅎ)
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.
수고하셨어용~~~~! 다이얼로그 패딩만 좀 조정해주시면 초ㅣ고일듯요(지금도최고임)
⛳️ Work Description
📸 Screenshot
default.mp4
📢 To Reviewers
구현 예정 목록
안내 사항
Timber
는 현재 다이얼로그에서 값이 제대로 반환되는지 확인하기 위함입니다!