whisper-money/resources/js
Víctor Falcón f140b5df7f
fix(dashboard): treat loans as debt in net worth (#238)
## Summary
- fix dashboard net worth math so loan balances reduce totals and trends
instead of showing as positive assets
- add a per-user toggle in the net worth chart settings to include or
exclude loans from the dashboard net worth card
- cover the new preference and liability handling with feature and
frontend tests

## Screenshots
<img width="1121" height="509" alt="image"
src="https://github.com/user-attachments/assets/ab6a7cde-1052-4dab-aa14-34f6d9528829"
/>
<img width="1122" height="506" alt="image"
src="https://github.com/user-attachments/assets/e48a0369-16c4-4294-ae00-4eba56480264"
/>
2026-03-20 09:55:53 +00:00
..
components fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00
layouts feat: (Onboarding) add categorization intro screen with benefit cards (#201) 2026-03-05 11:47:12 +01:00
lib fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00
pages fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00
providers feat(nav): add icon+label mobile nav with active pill and full-width buttons (#178) 2026-03-01 19:43:18 +01:00
services feat: Decrypt encrypted transactions on key unlock (#123) 2026-02-16 10:37:43 +01:00
types fix(dashboard): treat loans as debt in net worth (#238) 2026-03-20 09:55:53 +00:00
utils fix(i18n): force thousands separator for 4-digit amounts in es-ES locale (#193) 2026-03-03 14:50:41 +00:00
app.tsx Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00
ssr.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00