summaryrefslogtreecommitdiff
path: root/internal/tui/common
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-09 22:02:59 +0300
committerPaul Buetow <paul@buetow.org>2026-05-09 22:02:59 +0300
commit662dcfd7ca96d0d4157f9d30b04518db5adfbe45 (patch)
tree7b1537b3aa27e233ce1b2a31e5c0a5395b5d5a68 /internal/tui/common
parenteed407b0e252a0105619daf79b8bc236ff5f487d (diff)
show auto-reset countdown and document the cycle
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 <noreply@anthropic.com>
Diffstat (limited to 'internal/tui/common')
-rw-r--r--internal/tui/common/keys.go2
1 files changed, 1 insertions, 1 deletions
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"),
}
}