Skip to content

fix(cli): toggle export checkboxes on click#10357

Closed
mturac wants to merge 1 commit into
Kilo-Org:mainfrom
mturac:fix/issue-10305-export-checkbox-click
Closed

fix(cli): toggle export checkboxes on click#10357
mturac wants to merge 1 commit into
Kilo-Org:mainfrom
mturac:fix/issue-10305-export-checkbox-click

Conversation

@mturac

@mturac mturac commented May 18, 2026

Copy link
Copy Markdown

Summary

  • toggle export dialog checkbox values when their rows are clicked
  • keep keyboard space toggling behavior unchanged
  • add a source contract test for the row-click wiring

Fixes #10305

Validation

  • bun test tests/unit/export-dialog-contract.test.ts
  • bunx prettier --check packages/opencode/src/cli/cmd/tui/ui/dialog-export-options.tsx packages/kilo-vscode/tests/unit/export-dialog-contract.test.ts .changeset/export-checkbox-click.md
  • git diff --check
  • bun run typecheck
  • pre-push bun turbo typecheck

@kilo-code-bot

kilo-code-bot Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (3 files)
  • .changeset/export-checkbox-click.md
  • packages/kilo-vscode/tests/unit/export-dialog-contract.test.ts
  • packages/opencode/src/cli/cmd/tui/ui/dialog-export-options.tsx

Reviewed by ember-alpha · 246,581 tokens

@IamCoder18

Copy link
Copy Markdown
Contributor

This was also resolved in #10306

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.

Export dialog checkboxes don't toggle on mouse click

3 participants