-
Fix incident detail rendering
Release / test (push) Failing after 7sRelease / build (amd64, darwin) (push) Has been skippedRelease / build (amd64, linux) (push) Has been skippedRelease / build (arm64, darwin) (push) Has been skippedRelease / build (arm64, linux) (push) Has been skippedRelease / release (push) Has been skippedreleased this
2026-07-31 05:24:20 +00:00 | 20 commits to main since this releaseAn incident with nobody assigned and nobody holding it rendered its
detail view with the acknowledgement line indented far to the right: a
trailing newline inside a lipgloss Render call produces a line of
padding that shifts whatever is written next.Also adds the first test suite for this client — 129 tests covering the
API client, the update loop and rendering — and gates the release
workflow on vet and tests.Requires terdut-server v0.4.0 or later, unchanged from v0.4.0.
Downloads