whisper-money/app/Http
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
..
Controllers Remove balance stat from subscription paywall 2026-07-18 08:02:42 +02:00
Middleware feat(mcp): read-only MCP server for Pro accounts (#689) 2026-07-17 16:54:15 +02:00
Requests feat(mcp): add write tools (Phase 2) (#690) 2026-07-17 15:25:03 +00:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00