feat(tui): expand selected alert config below table #157
Reference in New Issue
Block a user
Delete Branch "feat/alert-config-expand"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backlog item #11 — alert config truncation, expand on select.
Changes
Add a detail line below the alert table that shows full (untruncated) config for the selected alert row, plus health status, last sent time, and send/fail counts. Uses the same dot-separated style as the monitor detail panel.
The CONFIG column still truncates at 34 chars in the table for clean alignment — the expansion line below provides the full context without needing to open the full-screen detail view (
i).Type-specific config display (untruncated):
Test plan
go build ./...— cleango test ./...— all passgolangci-lint run ./...— 0 issues