-
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
[ Feature ] : QR 체크 -> 암호 입력 변경 #319
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.
고생하셨습니다!
@@ -190,9 +190,9 @@ internal fun PasswordTextField( | |||
modifier = Modifier.fillMaxWidth(), | |||
horizontalArrangement = Arrangement.Absolute.SpaceBetween, | |||
) { | |||
value.forEachIndexed { index, _ -> | |||
value.forEach { value -> |
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.
value라는 네이밍이 겹쳐서 password 같은 네이밍으로 변경해도 좋을 것 같네요!
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.
해당 리뷰는 디자인 리셋으로 인해 기존코드 유지로 변경되었습니다 !
변경 되어야 할 리스트
|
86ebba8
to
3a77f40
Compare
ISSUE-317.after.mp4관련해서 작업 완료하였습니다. Feature
Refactor
|
이거 회원 가입을 위한 진입이랑 출석체크를 위한 진입이 로직이 달라서 처리가 필요할 것 같아요 |
ISSUE-317.after-2.mp4@jihee-dev 님 추가로 버튼 크기가 기기마다 맞지 않은거 같은데 해당 이슈는 추가 개선사항으로 가져가겠습니다 ~ |
- SignUp과 Session로직을 분리합니다
Description
QR 체크 -> 암호 입력 변경
yapp_attendance.mp4
Check List