feat(tui): uptime timeline, response histogram, detail panel overhaul #149

Merged
lerko merged 6 commits from feat/uptime-timeline into main 2026-06-25 23:14:29 +00:00
Showing only changes of commit 11b647b952 - Show all commits
+1
View File
@@ -274,6 +274,7 @@ func (m Model) viewDetailPanel() string {
}
// Histogram
b.WriteString("\n")
if site.Type != "push" && len(hist.Latencies) > 5 {
histW := totalW - 4
if histW < 30 {