feat(tui): stable detail panel with scroll, pinned footer, and 60/40 split #165

Merged
lerko merged 6 commits from fix/sla-sidebar-height into main 2026-07-01 01:27:52 +00:00
Showing only changes of commit 6e936ecce3 - Show all commits
+1 -1
View File
@@ -161,7 +161,7 @@ func (m Model) viewMonitorsLayout() string {
} }
remaining := availW - maintW remaining := availW - maintW
if showDetail { if showDetail {
monW = remaining * 45 / 100 monW = remaining * 60 / 100
detailW = remaining - monW detailW = remaining - monW
} else { } else {
monW = remaining monW = remaining