fix(onboarding): 무진행 구간 UX + 중복 실행 가드
- verifying/manifest 상태(바이트 진행률 없음)에서 인디터미넌트 바 + 친화적 문구 — 9.6GB 검증 ~2분간 멈춘 것처럼 보이던 문제 해소 - OnboardingModal 중복 실행 가드 (runningRef) - LocalLLMService.pullModel: 동일 모델 동시 pull은 기존 promise 합류 - LocalSTTService.downloadModel: /download 409는 실패가 아닌 기존 진행 합류
This commit is contained in:
parent
64c1d3709b
commit
0b9e67afe9
6 changed files with 86 additions and 35 deletions
|
|
@ -636,6 +636,9 @@
|
|||
"onboarding.success": "설치 완료! 이제 사용할 수 있습니다.",
|
||||
"onboarding.failed": "다운로드 실패: {{message}}",
|
||||
"onboarding.retry": "재시도",
|
||||
"onboarding.statusPreparing": "다운로드 준비 중…",
|
||||
"onboarding.statusVerifying": "무결성 검증 중… (모델이 크면 몇 분 걸릴 수 있어요)",
|
||||
"onboarding.statusFinalizing": "마무리 중…",
|
||||
"onboarding.sttModelMissing": "음성 인식 모델({{model}})이 설치되어 있지 않습니다.",
|
||||
"onboarding.sttModelSize": "크기: 약 1.6GB — 네트워크 속도에 따라 2~10분 소요",
|
||||
"onboarding.step": "단계 {{current}}/{{total}}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue