feat(tui): summary stats bar below sparse tab tables #143

Merged
lerko merged 2 commits from feat/summary-stats-bar into main 2026-06-20 20:57:07 +00:00
Owner

Summary

Adds a muted summary line below the table on sparse tabs:

  • Alerts: 4 channels · 4 types · 75 sent · 1 failure
  • Nodes: 3/3 online · leader: node-use1 · 3 regions
  • Maint: 1 active · 1 scheduled · 1 ended

Fills the visual gap between table and footer with useful aggregate info. Uses subtleStyle — unobtrusive, consistent with footer chrome.

Design item P1 from tui-polish-design.local.md.

Test plan

  • Verify summary renders on each sparse tab with data
  • Verify empty state (0 items) still shows empty box, no summary
  • Check grammar handles singular/plural (1 failure vs 2 failures)
## Summary Adds a muted summary line below the table on sparse tabs: - **Alerts**: `4 channels · 4 types · 75 sent · 1 failure` - **Nodes**: `3/3 online · leader: node-use1 · 3 regions` - **Maint**: `1 active · 1 scheduled · 1 ended` Fills the visual gap between table and footer with useful aggregate info. Uses `subtleStyle` — unobtrusive, consistent with footer chrome. Design item P1 from `tui-polish-design.local.md`. ## Test plan - [x] Verify summary renders on each sparse tab with data - [x] Verify empty state (0 items) still shows empty box, no summary - [x] Check grammar handles singular/plural (1 failure vs 2 failures)
lerko added 2 commits 2026-06-20 20:48:48 +00:00
Alerts: channel count, type count, total sent, failures.
Nodes: online/total, leader ID, region count.
Maint: active, scheduled, ended counts.

Muted subtitle style — adds useful context without visual noise.
chore(assets): recapture with summary stats bars
CI / test (pull_request) Successful in 1m45s
CI / lint (pull_request) Successful in 1m11s
CI / vulncheck (pull_request) Successful in 56s
4bf64c3841
lerko merged commit 4bf64c3841 into main 2026-06-20 20:57:07 +00:00
lerko deleted branch feat/summary-stats-bar 2026-06-20 20:57:07 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerkolabs/uptop#143