Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
Resolves: #194
PR 유형
어떤 변경 사항이 있나요?
작업 내용
닉네임 설정 모달 추가
GuestLoginButton 클릭 시 닉네임 입력 모달 표시.
닉네임 입력 후 서버에 전달하여 게스트 로그인 처리.
게스트 로그인 로직 개선
입력받은 닉네임을 userId로 설정하여 서버와 소켓 연결.
닉네임 설정이 완료된 후 로비 페이지로 이동.
유효성 검사 및 오류 처리
닉네임 입력 시 공백 처리 및 유효성 검사 추가.
닉네임 설정 실패 시 사용자에게 오류 메시지 표시.
API 연동
스크린샷
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.