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 eb61a0dd3c - Show all commits
+3 -3
View File
@@ -96,9 +96,9 @@ func (m Model) viewMaintTab() string {
cols := []colDef{
{"#", "#", 4, 4, false},
{"TITLE", "TITLE", 12, 28, true},
{"TYPE", "TYPE", 10, 14, false},
{"MON", "MONITORS", 10, 20, false},
{"STATUS", "STATUS", 8, 12, false},
{"TYPE", "TYPE", 13, 14, false},
{"MON", "MONITORS", 13, 20, false},
{"STATUS", "STATUS", 11, 12, false},
{"START", "STARTED", 10, 16, false},
{"ENDS", "ENDS", 10, 16, false},
}