-
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
[FEAT/#304] 온보딩 뷰 / 필터링 건너뛰기 추가 #307
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.
수고하셨습니닷~~ 빨리 머지해서 immutable 같이 씁시다!
@@ -112,7 +115,7 @@ fun MainScreen( | |||
bottomBar = { | |||
MainBottomBar( | |||
isVisible = navigator.showBottomBar(), | |||
tabs = MainTab.entries.toList(), | |||
tabs = MainTab.entries.toImmutableList(), |
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.
😮 👍
@@ -158,6 +159,7 @@ coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutin | |||
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutine" } | |||
kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } | |||
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | |||
kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "kotlinx-collections-immutable" } |
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.
😮 👍 👍
onButtonClick: () -> Unit, | ||
onTextClick: () -> Unit, |
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.
StartFilteringScreen
컴포저블은 이 파일에서만 쓰이는거 같은데 이벤트 이름들을 조금 더 직관적으로 가져가면 어떨까 싶네요!
코드 읽기가 더 수월해질 것 같아요~!
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.
수고하셨습니다!!!! 얼른 저도 immutableList 적용할게요~~!
⛳️ Work Description
📸 Screenshot
Screen_Recording_20241210_034553_terning.mp4
Screen_Recording_20241210_035400_One.UI.Home.mp4
📢 To Reviewers