-
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/YAF-85] 알람 메인 화면 배경을 구현합니다. #54
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.
수고하셨습니다. 몇가지만 체크해주세요~
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.
p2
이거 이미 있습니다.
ScreenPercentage.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.
예전에 작업한 거 다시 리베이스 해서 한거라 최종본에는 없습니당
|
||
@Composable | ||
fun HomeScreen() { | ||
val systemUiController = rememberSystemUiController() |
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.
p2
이거 안쓰기로 했지 않나요 ㅠ
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.
예전에 작업한 거 다시 리베이스 해서 한거라 최종본에는 없습니당
gradle/libs.versions.toml
Outdated
@@ -68,6 +67,7 @@ process-pheonix = "3.0.0" | |||
lottie = "6.1.0" | |||
accompanist = "0.37.0" | |||
|
|||
accompanist = "0.28.0" |
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.
p2
애는 왜 추가하셨나요????
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.
accompanist-systemui 쓰려고 했던건데 예전에 작업한 거 다시 리베이스 해서 한거라 최종본에는 없습니당
gradle/libs.versions.toml
Outdated
@@ -111,6 +111,7 @@ compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-mani | |||
compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } | |||
compose-ui-foundation = { group = "androidx.compose.foundation", name = "foundation" } | |||
compose-compiler-extension = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" } | |||
accompanist-systemui = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "accompanist" } |
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.
P2
애도
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.
예전에 작업한 거 다시 리베이스 해서 한거라 최종본에는 없습니당
onDismissRequest = { | ||
if (cancelText == null) { | ||
onConfirm() | ||
} else { | ||
onCancel?.invoke() | ||
} | ||
}, |
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.
p3
취소랑 확인을 onDismissRequest
하나로 취합하고 있는 구조 인가요?
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.
확인만 있는 Dialog의 경우 다른 영역을 눌러서 onDismissRequest
를 호출할 때 onCofirm()을 호출하는 구조며
확인/취소가 있는 Dialog라면 다른 영역을 눌렀을 때 onCancel()을 호출하는 구조입니다.
부자연스러운 흐름인 것 같다면 말씀해주세요!
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 🛠
closed #15
어떤 변경사항이 있었나요?
CheckPoint ✅
PR이 다음 요구 사항을 충족하는지 확인하세요.
Work Description ✏️
Uncompleted Tasks 😅
To Reviewers 📢