-
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] 코스 신고하기 웹 뷰 연결 #189
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.
추가할 거 있어서 일부만 달아놓을게요 ~
app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailViewModel.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.
다음 안팟장은 신민석 ㄱㄱ
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.
고생하셨습니다 ~
app/src/main/java/org/sopt/dateroad/presentation/type/TwoButtonDialogWithDescriptionType.kt
Outdated
Show resolved
Hide resolved
REPORT_COURSE( | ||
titleRes = R.string.two_button_dialog_with_description_report_course_title, | ||
descriptionRes = R.string.two_button_dialog_with_description_report_course_description, | ||
confirmButtonTextRes = R.string.dialog_report, | ||
dismissButtonTextRes = R.string.dialog_cancel |
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.
이 다이얼로그 다른 두 줄 + 버튼 2개짜리 다이얼로그랑 title이랑 description 사이 간격이 다른데 디자인 측에 확인해봐야할 것 같아요!
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.
이건 만나서 말씀드릴게 있읍니다!
app/src/main/java/org/sopt/dateroad/presentation/type/TwoButtonDialogWithDescriptionType.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt
Show resolved
Hide resolved
DateRoadBasicBottomSheet( | ||
isBottomSheetOpen = courseDetailUiState.isDeleteCourseBottomSheetOpen, | ||
title = stringResource(id = R.string.course_detail_bottom_sheet_title), | ||
isButtonEnabled = false, | ||
buttonText = stringResource(id = R.string.course_detail_bottom_sheet_delete), | ||
itemList = listOf( | ||
stringResource(id = R.string.course_detail_bottom_sheet_confirm) to { | ||
onDialogDeleteCourse() | ||
} | ||
), | ||
onDismissRequest = { dismissDeleteCourseBottomSheet() }, | ||
onButtonClick = { | ||
dismissDeleteCourseBottomSheet() | ||
} | ||
) |
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.
넵!
Related issue 🛠
Work Description ✏️
Screenshot 📸
[코스 삭제 다이얼로그 추가]
2024-08-26.8.27.39.mov
[코스 신고 다이얼로그 추가 및 신고 웹뷰 연결]
2024-08-26.8.28.47.mov
Uncompleted Tasks 😅
To Reviewers 📢
근데 왜 또 썸네일이 첫 번째 사진이 아니지??