mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-20 09:03:50 +00:00
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. |
||
|---|---|---|
| .. | ||
| extension.js | ||
| metadata.json | ||
| stylesheet.css | ||