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 2c78c60d08 - Show all commits
+1 -1
View File
@@ -412,7 +412,7 @@ func (m Model) computeLayout() tableLayout {
for i, c := range cols {
if i == 1 {
headers[i] = "NAME"
widths[i] = 0
widths[i] = nameW
continue
}
if i == 6 {