Skip to content

fix(vscode): restore speech button cursor - #13971

Merged
marius-kilocode merged 1 commit into
mainfrom
revert-speech-to-text-loading-cursor
Sep 9, 2026
Merged

marius-kilocode merged 1 commit into
mainfrom
revert-speech-to-text-loading-cursor

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

What Problem This Solves

The speech-to-text button shows a progress cursor while microphone startup or transcription is active. This cursor is distracting and is not needed for the control.

Why This Change Was Made

The shared icon-button loading state applies cursor: progress to the speech control. The speech-specific progress rule is removed, and the loading speech button keeps its normal pointer cursor.

User Impact

The speech-to-text spinner, busy state, disabled behavior, and accessibility attributes are unchanged. Only the mouse cursor behavior changes.

Evidence

  • bun run lint passed.
  • Prettier check passed for the changed CSS.
  • git diff --check passed.
  • Full typecheck and compile are blocked by existing missing workspace/generated modules, including @opencode-ai/core/npm and @opencode-ai/core/installation/version.

@kilo-code-bot

kilo-code-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • .changeset/quiet-speech-cursor.md
  • packages/kilo-vscode/webview-ui/src/styles/prompt-input.css

Reviewed by grok-4.6 · Input: 148.1K · Output: 6K · Cached: 222.2K

Review guidance: REVIEW.md from base branch main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants