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 4e7018ab28 - Show all commits
-4
View File
@@ -41,10 +41,6 @@ func fmtMaintType(t string) string {
return maintStyle.Render("maintenance") return maintStyle.Render("maintenance")
} }
func fmtMaintMonitor(monitorID int, sites []models.Site) string {
return fmtMaintMonitorW(monitorID, sites, 18)
}
func fmtMaintMonitorW(monitorID int, sites []models.Site, maxW int) string { func fmtMaintMonitorW(monitorID int, sites []models.Site, maxW int) string {
if monitorID == 0 { if monitorID == 0 {
return "All" return "All"