-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/#159 : 사용자가 출석체크 코드 백버튼 제거 시 이전 텍스트 필드로 포커싱 가도록 처리 #160
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
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Walkthrough이 변경사항은 Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PinCodeInput
participant State
User->>PinCodeInput: 입력값 또는 백스페이스 입력
PinCodeInput->>State: values 업데이트
State-->>PinCodeInput: isAllValuesEntered 자동 업데이트
User->>PinCodeInput: 백스페이스(KeyUp)
PinCodeInput->>PinCodeInput: 이전 입력 필드로 포커스 이동
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
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.
feat/https://github.com/YAPP-admin/yappu-world-android/issues/159[: 출석 코드 입력 시 텍스트 선택 핸들 색상 변경](9bcf49e)
이거 한번 확인하고 머지 하시면 될 듯 합니다!
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.
확인했습니다
💡 Issue
🌱 Key changes
📸 스크린샷
Screen_recording_20250505_213625.mp4
테스트 기기가 없어서 가상 머신으로 영상 첨부했습니다
Summary by CodeRabbit
isAllValuesEntered
상태가 자동으로 업데이트되도록 개선되었습니다.