whisper-money/routes
Víctor Falcón b5d6316ff6 feat(connections): manage which accounts a bank connection syncs
Add a per-connection account management screen for Enable Banking so users
can revisit the accounts they skipped (or want to re-target) after the
initial connection flow.

- Known accounts render from the DB with no provider call; users can stop
  syncing an account (it becomes a non-destructive manual account, keeping
  its transactions) or move syncing to another manual account.
- A 'Load accounts' button re-fetches the consent's account list from the
  provider on demand (getSession + getAccount for unknown uids) to surface
  newly available accounts, which can then be created or linked.
- The provider is only ever hit on refresh; mutations are DB-only.
2026-06-18 15:21:20 +02:00
..
api.php feat(analysis): per-category 12-month spending drawer (#519) 2026-06-11 09:52:53 +02:00
console.php feat(ai): add weekly AI-suggestions cohort report (#530) 2026-06-13 23:23:34 +02:00
settings.php fix(account): block deletion while subscription or trial is active (#531) 2026-06-14 20:46:44 +02:00
web.php feat(connections): manage which accounts a bank connection syncs 2026-06-18 15:21:20 +02:00