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 33df597dda - Show all commits
+1 -1
View File
@@ -229,8 +229,8 @@ func (m Model) detailFooter(width int) string {
keys = append(keys, label.Render(k))
}
}
keys = append(keys, label.Render("[Esc] Back"))
lines = append(lines, " "+strings.Join(keys, " "))
lines = append(lines, " "+label.Render("[Esc] Back"))
case detailHistory:
lines = append(lines, " "+label.Render("[Esc] Back"))
default: