fix: 게임 시작 흐름 안정화 및 UX 개선
All checks were successful
Client CI/CD / deploy (push) Successful in 12s

- 게임 시작 전 토큰 리프레시 (만료 토큰 전달 방지)
- 토큰 null 가드 (다른 탭 로그아웃 시 로그인 유도)
- 토큰 URL 인코딩 (encodeURIComponent)
- 런처 미설치 시 힌트 강조 표시
- 게임 시작 버튼 로딩 상태 + 더블 클릭 방지
- 다운로드 정보 실패 시 재시도 버튼 추가
- 비밀번호 강도 실시간 피드백 (약함/보통/강함)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 11:11:10 +09:00
parent 6fb7e2cbc5
commit 90e9922bde
5 changed files with 114 additions and 14 deletions

View File

@@ -70,6 +70,10 @@
margin: 16px 0 0;
}
.launch-hint-active {
color: #BACDB0;
}
.download-preparing {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.4);