whisper-money/resources
Víctor Falcón f4b5cfa2e9 Remove balance stat from subscription paywall
The balance column on the paywall's stat card showed summed account
balances per currency (e.g. "58.031 MXN 65 US$"). As a variable-length,
multi-currency string it overflowed the card on mobile and broke the
four-column layout. The remaining stats (accounts, transactions,
categories) are short integer counts, so dropping balance leaves a clean
three-column row.

Also removes the now-unused per-account balance computation in
getUserStats (which ran an N+1 query — one AccountBalance lookup per
account) and the never-rendered automationRulesCount stat, so the
endpoint only ships data the paywall actually displays.
2026-07-18 08:02:42 +02:00
..
css fix(charts): improve contrast for chart colors 9-10 (#614) 2026-06-30 10:28:03 +00:00
js Remove balance stat from subscription paywall 2026-07-18 08:02:42 +02:00
views feat(mcp): add OAuth 2.1 for Claude Desktop & ChatGPT connectors (Phase 3) (#691) 2026-07-17 19:10:48 +02:00