codeburn/app/electron/quota
AgentSeal 75a02854fd fix(codex): align credit/dollar footer formatting across desktop and menubar
The desktop dollar-balance footer used toFixed, which drops thousands
separators, while the new menubar footer groups via a currency
NumberFormatter, so the two clients showed $12500.00 vs $12,500.00 for
the same balance. The menubar credit footer also rounded half-even while
the desktop uses Math.round (half-up), disagreeing on exact-half values.

Render the desktop dollar path through the en_US currency locale, and pin
the menubar footer formatter to half-up. Adds a grouping assertion (TS)
and an exact-half rounding test (Swift).
2026-08-01 22:32:53 +02:00
..
claude.test.ts fix(app): quota connects via macOS keychain + Connect affordance 2026-07-16 06:20:44 -07:00
claude.ts fix(app): quota connects via macOS keychain + Connect affordance 2026-07-16 06:20:44 -07:00
codex.test.ts fix(codex): align credit/dollar footer formatting across desktop and menubar 2026-08-01 22:32:53 +02:00
codex.ts fix(codex): align credit/dollar footer formatting across desktop and menubar 2026-08-01 22:32:53 +02:00
index.test.ts harden(app): Electron security + spawn efficiency batch 2026-07-16 01:57:44 -07:00
index.ts feat(app): refresh cadence, instant switching, cache coherence, telemetry v1 2026-07-16 11:47:05 -07:00
security.test.ts fix(app): quota connects via macOS keychain + Connect affordance 2026-07-16 06:20:44 -07:00
security.ts fix(app): quota connects via macOS keychain + Connect affordance 2026-07-16 06:20:44 -07:00
types.ts feat(app): refresh cadence, instant switching, cache coherence, telemetry v1 2026-07-16 11:47:05 -07:00