Skip to content
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

Merged
merged 10 commits into from
Dec 17, 2024

Conversation

leeeyubin
Copy link
Member

@leeeyubin leeeyubin commented Dec 9, 2024

⛳️ Work Description

  • 온보딩 버튼 수정
  • 필터링 건너뛰기 버튼 추가
  • ImmutableList 라이브러리 추가
  • docs.md에 package 네이밍 추가

📸 Screenshot

Screen_Recording_20241210_034553_terning.mp4
Screen_Recording_20241210_035400_One.UI.Home.mp4

📢 To Reviewers

  • 컴포즈 며칠 안 했다고 낯가려서 다시 친해지는 중입니다..

@leeeyubin leeeyubin added FEAT ✨ 새로운 기능 구현 유빈💙 유빈 labels Dec 9, 2024
@leeeyubin leeeyubin added this to the 3차 스프린트 작업 milestone Dec 9, 2024
@leeeyubin leeeyubin self-assigned this Dec 9, 2024
Copy link
Member

@boiledEgg-s boiledEgg-s left a 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(),
Copy link
Member

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" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮 👍 👍

Comment on lines 76 to 77
onButtonClick: () -> Unit,
onTextClick: () -> Unit,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StartFilteringScreen 컴포저블은 이 파일에서만 쓰이는거 같은데 이벤트 이름들을 조금 더 직관적으로 가져가면 어떨까 싶네요!
코드 읽기가 더 수월해질 것 같아요~!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영했습니당~

Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!!! 얼른 저도 immutableList 적용할게요~~!

@leeeyubin leeeyubin merged commit 1a90ef2 into develop Dec 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 유빈💙 유빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 온보딩 뷰 / 필터링 건너뛰기 추가
3 participants