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/common/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/common') diff --git a/internal/tui/common/keys.go b/internal/tui/common/keys.go index 315edef..d1f26cf 100644 --- a/internal/tui/common/keys.go +++ b/internal/tui/common/keys.go @@ -78,7 +78,7 @@ func DefaultKeyMap() KeyMap { Enter: keyBinding("select", "enter"), Esc: keyBinding("back", "esc"), Refresh: keyBinding("reset baseline", "r"), - AutoReset: keyBinding("auto-reset", "I"), + AutoReset: keyBinding("cycle auto-reset", "I"), } } -- cgit v1.2.3