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

초대 코드 입력 화면 버그 수정 및 붙여넣기 구현 #89

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

eshc123
Copy link
Member

@eshc123 eshc123 commented Feb 5, 2025

주요내용

  • 초대 코드칸 UI를 읽기 전용과 쓰기도 가능한 Composable로 분리하였습니다.
  • 코드 입력 칸이 모두 채워져 있을 때 두번째 혹은 세번째 칸에서 지운 후 다시 코드를 입력했을 때 건너띄어지는 버그를 수정하였습니다.
  • 간헐적으로 delete가 되지 않는 버그를 수정하였습니다.
  • 영어 대문자와 숫자가 아닐 경우 입력이 되지 않도록 수정하였습니다.
  • 붙여넣기를 구현하였습니다.
  • InvitationCode클래스를 추가하여 초대 코드 관련 로직을 분리하고 ViewModel 내 복잡한 로직을 제거하였습니다.

@eshc123 eshc123 requested a review from bywindow February 5, 2025 12:12
@eshc123 eshc123 self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant