Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:49
· 5 commits to main since this release

Stats dashboard polish

This release refines the spoo stats dashboard.

Added

  • Compact, human-readable counts — panels now render 51.2k, 132k, 1.5M instead of long raw numbers, keeping columns narrow and glanceable.

Fixed

  • Tighter number alignment — the count column hugs the widest value, and the dotted leaders run continuously up to every number.
  • No more collisions — a consistent one-space gap keeps the coloured bars and dotted trails from touching the digits.
  • Wheel-paging removed from the time chart — scrolling over the chart used to page through history and fire one API request per wheel tick, so a single trackpad gesture could burst dozens of calls and exhaust the rate limit. Window paging now lives on the keyboard ([ / ]); the wheel only moves panel row selection.

Full Changelog: v0.1.1...v0.1.2