STT improvements: hotkey, button position, and hover tooltip #2

Merged
jknapp merged 4 commits from feature/stt into main 2026-04-13 13:02:53 +00:00
Showing only changes of commit 3bbd7fd55f - Show all commits

View File

@@ -61,7 +61,7 @@ export default function SttButton({ state, error, onToggle, onCancel }: Props) {
}; };
return ( return (
<div className="absolute bottom-4 left-4 z-50 flex items-center gap-2"> <div className="absolute bottom-1 left-1 z-50 flex items-center gap-2">
<button <button
onClick={handleClick} onClick={handleClick}
onContextMenu={handleContextMenu} onContextMenu={handleContextMenu}