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 ecdb1a6632 - Show all commits
+2 -2
View File
@@ -353,8 +353,8 @@ func (m Model) computeLayout() tableLayout {
{"", "", 0, 0}, // NAME (dynamic)
{"TYPE", "TYPE", 8, 10},
{"STATUS", "STATUS", 8, 10},
{"LAT", "LATENCY", 5, 10},
{"UP%", "UPTIME", 5, 8},
{"LAT", "LATENCY", 7, 10},
{"UP%", "UPTIME", 8, 8},
{"", "", 0, 0}, // HISTORY (dynamic)
{"SSL", "SSL", 5, 7},
{"RT", "RETRIES", 5, 9},