codeburn/extensions/gnome-shell/codeburn@agentseal.org
AgentSeal 933a93d90a fix(extensions): token chart, single-provider badge, plan text wrap
Three visual fixes on the GNOME popup:

* Token histogram chart was showing "0 tokens" with no bars because the
  reduce-and-spread pipeline hit an edge case; replace with an explicit
  loop that coerces each field to Number and accumulates the total.
* Single-provider state used to stretch a full-width button across the
  whole popup. Render a compact brand-orange pill badge instead so it
  reads as "showing: Claude" rather than a filter tab with nothing to
  switch to.
* Plan placeholder text was being ellipsized to "Claude OAuth ... macOS-..."
  because St.Label defaults to single-line rendering. Set clutter_text
  line_wrap + WrapMode.WORD + EllipsizeMode.NONE so the message flows
  across the popup width.
2026-04-18 05:50:34 -07:00
..
extension.js fix(extensions): token chart, single-provider badge, plan text wrap 2026-04-18 05:50:34 -07:00
metadata.json feat(extensions): add GNOME Shell extension for native panel feel 2026-04-18 04:06:44 -07:00
stylesheet.css fix(extensions): token chart, single-provider badge, plan text wrap 2026-04-18 05:50:34 -07:00