Skip to content

TUI: add per-profile backup history view#236

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

TUI: add per-profile backup history view#236
rmanibus merged 1 commit into
mainfrom
feat/tui-profile-history

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

@rmanibus rmanibus commented Apr 4, 2026

Summary

  • add summary/history subviews to the selected profile pane in the TUI
  • show recent snapshots for the selected profile with time and snapshot ref
  • preserve the selected history view across dashboard refreshes and add test coverage for the new shortcuts/state

Closes #222

Verification

  • 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

@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 84.78261% with 14 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/tui/dashboard.go 81.08% 4 Missing and 3 partials ⚠️
internal/tui/shell.go 83.72% 4 Missing and 3 partials ⚠️

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus merged commit 50fccc7 into main Apr 4, 2026
11 checks passed
@rmanibus rmanibus deleted the feat/tui-profile-history branch April 4, 2026 11:58
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: add per-profile backup history view

1 participant