Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Voice recorder button should be disabled when model is busy
Fixes ntegrals#32 Disable the voice recorder button when the model is busy. * Add a `disabled` class to the button when `thinking` is `true`. * Update the `onClick` handler to prevent further actions if `thinking` is `true`. * Ensure the button is re-enabled once the assistant finishes processing. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ntegrals/aura-voice/issues/32?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information