Skip to content

feat: animate plugin marketplace list with progress spinner - #287

Merged
Patel230 merged 1 commit into
mainfrom
feat/marketplace-spinner
Sep 7, 2026
Merged

feat: animate plugin marketplace list with progress spinner#287
Patel230 merged 1 commit into
mainfrom
feat/marketplace-spinner

Conversation

@Patel230

@Patel230 Patel230 commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Summary

plugin marketplace list fetched marketplace indexes over the network with no progress feedback. Wrapped the fetch in a CLIProgress spinner (Fetching marketplace indexes), matching the doctor/preflight/update pattern. On a TTY it animates a live spinner; piped/CI output stays clean static lines.

Verification

  • go build ./..., go vet ./cmd/, gofumpt -l clean.
  • go test ./... exit 0 (full suite).
  • Smoke-tested piped plugin marketplace list: shows + Fetching marketplace indexes then Marketplace complete, followed by results.

Wrap the network-backed marketplace index fetch (plugin marketplace list)
in a CLIProgress spinner, matching the doctor/preflight pattern. Non-TTY
renders clean static lines.
@Patel230
Patel230 merged commit 7637bc8 into main Sep 7, 2026
25 of 26 checks passed
@Patel230
Patel230 deleted the feat/marketplace-spinner branch September 7, 2026 06:10
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.

1 participant