whisper-money/resources/js
Víctor Falcón 3418bf5e23 fix(accounts): don't draw the invested overlay for a single data point
When an investment account has cost basis (invested_amount) for only one
date — e.g. a freshly connected account whose history is backfilled with
balances but invested only for the latest point — the dashed 'invested'
overlay renders as a lone dot with nothing to connect to, which reads as a
broken chart. Only draw the overlay once there are at least two invested
points; accounts with a full invested series are unaffected.
2026-06-23 11:07:41 +02:00
..
components fix(accounts): don't draw the invested overlay for a single data point 2026-06-23 11:07:41 +02:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks refactor(encryption): strip client-side transaction encryption (#514) 2026-06-20 16:13:26 +00:00
layouts fix(layout): keep bottom padding while floating nav is visible (#537) 2026-06-15 18:23:26 +02:00
lib refactor(encryption): strip client-side transaction encryption (#514) 2026-06-20 16:13:26 +00:00
pages fix(transactions): pad Category column when Date column is hidden (#585) 2026-06-22 17:21:15 +00:00
providers fix: move community link to user menu (#442) 2026-05-27 17:39:26 +02:00
services refactor(encryption): strip client-side transaction encryption (#514) 2026-06-20 16:13:26 +00:00
types feat(transactions): release transaction analysis to all users (#579) 2026-06-22 16:09:09 +02:00
utils feat(currency): add NZD (New Zealand Dollar) (#504) 2026-06-08 09:18:17 +02:00
app.tsx fix(sentry): drop browser-extension noise before sending events (#568) 2026-06-20 12:47:05 +02:00
ssr.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00