-
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
[REFACTOR/YAF-000] 온보딩 UI 개선을 진행합니다. #47
Conversation
) | ||
OrbitPickerItem( | ||
state = yearPickerState, | ||
items = yearItems, | ||
visibleItemsCount = 5, | ||
itemSpacing = itemSpacing, | ||
textStyle = OrbitTheme.typography.title2SemiBold, | ||
modifier = Modifier.width(screenWidth * 0.25f), | ||
modifier = Modifier.width(screenWidth * 0.28f), | ||
textModifier = Modifier.padding(8.dp), | ||
infiniteScroll = true, |
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]
ios 온보딩 영상을 보니 년을 고를 떄는 무한 스크롤이 아닌 거 같아요
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.
[p5]
오옹 Job 객체 사용하는 것보다 MutableSharedFlow 사용하는 방식이 더 깔끔하네요
onTermsClick = { /* Handle terms click */ }, | ||
onPrivacyPolicyClick = { /* Handle privacy policy click */ }, | ||
) | ||
} |
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]
} | |
} | |
Spacer(modifier = Modifier.height(12.dp)) |
하단에 여백 추가해야 해요!
else -> false | ||
} | ||
}, | ||
.clickable { isChecked = !isChecked }, |
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.
LGTM
Related issue 🛠
closed #43
어떤 변경사항이 있었나요?
CheckPoint ✅
PR이 다음 요구 사항을 충족하는지 확인하세요.
Work Description ✏️
Uncompleted Tasks 😅
To Reviewers 📢