Skip to content

TUI: add richer profile health summaries#235

Merged
rmanibus merged 1 commit into
mainfrom
feat/tui-profile-health
Apr 4, 2026
Merged

TUI: add richer profile health summaries#235
rmanibus merged 1 commit into
mainfrom
feat/tui-profile-health

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

@rmanibus rmanibus commented Apr 4, 2026

Summary

  • split the internal TUI health model into explicit reachability and repository state
  • show a streamlined Health summary in the selected profile pane instead of multiple raw status rows
  • surface the last in-session check result for the selected profile

Testing

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

Related: #217

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2026

Codecov Report

❌ Patch coverage is 57.29167% with 41 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/tui/shell.go 34.00% 31 Missing and 2 partials ⚠️
internal/tui/dashboard.go 85.71% 5 Missing ⚠️
cmd/cloudstic/cmd_tui_activity.go 72.72% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus merged commit d0a3a75 into main Apr 4, 2026
10 of 11 checks passed
@rmanibus rmanibus deleted the feat/tui-profile-health branch April 4, 2026 11:42
@rmanibus rmanibus linked an issue Apr 4, 2026 that may be closed by this pull request
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.

TUI: add richer profile health and repository status details

1 participant