From 662dcfd7ca96d0d4157f9d30b04518db5adfbe45 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 9 May 2026 22:02:59 +0300 Subject: show auto-reset countdown and document the cycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renders the next-tick countdown ("12s/30s") in the dashboard chrome so users can see when aggregates will clear, and adds a dedicated H-help line spelling out the cycle keys (off → 10s → 30s → 1m → 2m → 5m). Co-Authored-By: Claude Opus 4.7 --- internal/tui/help.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/tui/help.go') diff --git a/internal/tui/help.go b/internal/tui/help.go index 21a78ac..ba4ed02 100644 --- a/internal/tui/help.go +++ b/internal/tui/help.go @@ -63,7 +63,8 @@ func (m Model) helpSections() []helpSection { { title: "Dashboard Tabs", lines: []string{ - "tab/shift+tab tabs 1..7 jump tab r reset baseline I auto-reset R parquet rec", + "tab/shift+tab tabs 1..7 jump tab r reset baseline R parquet rec", + "I cycle auto-reset (off → 10s → 30s → 1m → 2m → 5m); status shows remaining/total", "sys/files/proc/stream tables: arrows or hjkl move pgup/pgdown page g/G top/bottom", "sys/files/proc tables: s sort S reverse sort", "sys/proc: v bubbles b metric events/bytes", -- cgit v1.2.3