* fix: show toast notification when model fails to load with ORT error The model loading failure (e.g. ORT error) was only shown as a small red dot with truncated text in the footer. Now it also triggers a toast notification, matching how recording errors are already handled. https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs * fix: add missing i18n keys for model load error toast to all locales https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs * fix: simplify model load error toast and add proper translations Remove the unnecessary modelLoadFailed passthrough key that just forwarded a variable. Use the error string directly with a translated fallback. Add proper translations for all 16 locales. https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs * fix: translate recordingFailed string in all locales This was previously left untranslated (English) in all non-English locale files. https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs * cleanup * format --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| hooks | ||
| i18n | ||
| lib | ||
| overlay | ||
| stores | ||
| utils | ||
| App.css | ||
| App.tsx | ||
| bindings.ts | ||
| main.tsx | ||
| vite-env.d.ts | ||