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 fa96c5fd3f - Show all commits
+4 -1
View File
@@ -418,7 +418,10 @@ func (m Model) viewSitesTab() string {
layout := m.computeLayout() layout := m.computeLayout()
nameW := layout.nameW nameW := layout.nameW
sparkWidth := layout.sparkW sparkWidth := layout.sparkW - 2
if sparkWidth < 8 {
sparkWidth = 8
}
var groupRows map[int]bool var groupRows map[int]bool
return m.renderTable( return m.renderTable(