Skip to content

TUI: render selection actions as clickable buttons#231

Merged
rmanibus merged 1 commit into
mainfrom
feat/tui-action-buttons
Apr 4, 2026
Merged

TUI: render selection actions as clickable buttons#231
rmanibus merged 1 commit into
mainfrom
feat/tui-action-buttons

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

@rmanibus rmanibus commented Apr 4, 2026

Summary

  • render selection-pane actions as button-like rows with keyboard hints
  • make enabled action rows clickable through the existing mouse path
  • keep disabled actions informational and non-clickable

Testing

  • env GOCACHE=/tmp/cloudstic-gocache go test -count=1 ./internal/tui ./cmd/cloudstic
  • env GOCACHE=/tmp/cloudstic-gocache GOLANGCI_LINT_CACHE=/tmp/cloudstic-golangci-lint golangci-lint run ./internal/tui ./cmd/cloudstic

@rmanibus rmanibus linked an issue Apr 4, 2026 that may be closed by this pull request
@rmanibus rmanibus added this to the v1.15.0 milestone Apr 4, 2026
@rmanibus rmanibus added the enhancement New feature or request label Apr 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2026

Codecov Report

❌ Patch coverage is 70.90909% with 32 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cmd/cloudstic/cmd_tui_input.go 32.25% 19 Missing and 2 partials ⚠️
internal/tui/shell.go 86.07% 8 Missing and 3 partials ⚠️

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus merged commit 9de6a0a into main Apr 4, 2026
20 checks passed
@rmanibus rmanibus deleted the feat/tui-action-buttons branch April 4, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TUI: revisit mouse support after stabilizing the input model

1 participant