codeburn/mac/Sources/CodeBurnMenubar
iamtoruk bfcae0f84e Fix provider tabs showing wrong costs when period changes
The AgentTabStrip was using allProvidersToday for cost display, which
meant tabs always showed today's per-provider costs regardless of
which period was selected. This caused the hero to show e.g. $209 for
30 Days but the Claude tab to show $59 (today's Claude cost).

Fix: cost(for:) now reads from store.payload (selected period) instead
of allProvidersToday. Tab VISIBILITY still uses todayPayload so tabs
don't disappear when switching periods.

Bug existed since the original menubar app commit (495a254, Apr 17).
2026-04-25 01:34:10 +02:00
..
Data Reduce CLI timeout from 60s to 20s for faster recovery 2026-04-24 05:53:52 +02:00
Security fix(menubar): force status bar redraw and lift subprocess QoS 2026-04-21 11:50:28 -07:00
Theme feat(mac): native Swift menubar app + one-command install 2026-04-17 16:55:56 -07:00
Views Fix provider tabs showing wrong costs when period changes 2026-04-25 01:34:10 +02:00
AppStore.swift Show loading spinner on every refresh, not just first load 2026-04-24 02:59:38 +02:00
CodeBurnApp.swift Merge pull request #147 from getagentseal/fix/tahoe-statusitem-rendering 2026-04-24 11:05:17 -07:00
CurrencyState.swift feat(mac): native Swift menubar app + one-command install 2026-04-17 16:55:56 -07:00