chore(tui): visual polish — detail sections, column headers, alert detail #37

Merged
lerko merged 20 commits from chore/ux-polish into main 2026-05-28 20:40:29 +00:00
Showing only changes of commit 9121b79582 - Show all commits
+2 -2
View File
@@ -349,14 +349,14 @@ func (m Model) computeLayout() tableLayout {
}
cols := []colDef{
{"#", "#", 4, 6},
{"#", "#", 4, 4},
{"", "", 0, 0}, // NAME (dynamic)
{"TYPE", "TYPE", 8, 10},
{"STATUS", "STATUS", 8, 10},
{"LAT", "LATENCY", 7, 10},
{"UP%", "UPTIME", 8, 8},
{"", "", 0, 0}, // HISTORY (dynamic)
{"SSL", "SSL", 5, 7},
{"SSL", "SSL", 5, 5},
{"RT", "RETRIES", 5, 9},
}