Skip to content

fix: align refresh board bar, humanize failure rows#98

Merged
ravinald merged 1 commit into
mainfrom
fix/refresh-board-polish
Jun 17, 2026
Merged

fix: align refresh board bar, humanize failure rows#98
ravinald merged 1 commit into
mainfrom
fix/refresh-board-polish

Conversation

@ravinald

Copy link
Copy Markdown
Owner

Summary

Pad the status glyph with one space on every row so the progress bar lines up (done/failed used two, shifting it a column), and replace the raw wrapped error on a failed row with a short classified reason plus the dial target when present. Full error still prints in the command's trailing error block. Verified: go build/test/lint green; bar-column alignment guarded by test.

The done/failed rows padded the status glyph with two spaces while the active
row used one, shifting the bar a column. Use one space everywhere. Replace the
raw wrapped error on a failed row with a short classified reason (timeout,
refused, host not found, auth, TLS) plus the dial target when present; the full
error still prints in the command's trailing error block.
@ravinald ravinald merged commit fc11d6d into main Jun 17, 2026
5 checks passed
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