Handy/src/components/model-selector
Viren Mohindra b31a41ad2f
fix: prevent model auto-switch from interrupting active transcription (#443)
* fix: prevent model auto-switch from interrupting active transcription

when a model download completes during an active recording/transcription,
the app now skips auto-switching to prevent data loss.

adds is_recording tauri command to check recording state before
auto-switching models on download or extraction completion.

fixes #418

* Update bindings.ts

---------

Co-authored-by: CJ Pais <cj@cjpais.com>
2025-12-12 22:04:22 +07:00
..
DownloadProgressDisplay.tsx format everything (#323) 2025-11-10 11:39:14 +08:00
index.ts slight cleanup/refactor 2025-06-30 14:38:36 -07:00
ModelDropdown.tsx Add Internationalization Support (#437) 2025-12-12 11:16:54 +07:00
ModelSelector.tsx fix: prevent model auto-switch from interrupting active transcription (#443) 2025-12-12 22:04:22 +07:00
ModelStatusButton.tsx A few optimizations on startup (#182) 2025-10-17 16:05:43 -07:00