whisper-money/resources
Víctor Falcón bdffa91bb1 fix(transactions): drop rows reassigned to another account from the account list
The account detail list renders from a static Inertia prop and no longer
refetches, and filteredTransactions deliberately bypasses the account filter
when scoped to a single account. So editing a transaction and moving it to a
different account left the (now optimistically-updated) row visible in the
wrong account's list until a full page reload.

Add an explicit guard: when scoped to an account, drop any row whose
account_id no longer matches.
2026-07-03 16:04:03 +02:00
..
css fix(charts): improve contrast for chart colors 9-10 (#614) 2026-06-30 10:28:03 +00:00
js fix(transactions): drop rows reassigned to another account from the account list 2026-07-03 16:04:03 +02:00
views feat(email): follow up after post-onboarding AI consent (#596) 2026-06-26 17:56:06 +00:00