whisper-money/resources/js
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
..
components fix(transactions): drop rows reassigned to another account from the account list 2026-07-03 16:04:03 +02:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks feat(dashboard): add accounts manager dialog with visibility toggle and reorder (#604) 2026-06-27 16:11:25 +00:00
layouts feat(onboarding): clarify the "categorize at least 5" goal in the categorizer (#616) 2026-07-01 08:34:51 +02:00
lib feat(transactions): make new-transaction marker cross-device (#611) 2026-06-29 19:11:37 +02:00
pages feat(transactions): serve import dedup and account ledger from the backend 2026-07-03 16:00:58 +02:00
providers fix: move community link to user menu (#442) 2026-05-27 17:39:26 +02:00
services feat(transactions): serve import dedup and account ledger from the backend 2026-07-03 16:00:58 +02:00
types refactor(ai): remove AiConsentSettings feature flag (#619) 2026-07-01 09:47:55 +02:00
utils feat(currency): add NZD (New Zealand Dollar) (#504) 2026-06-08 09:18:17 +02:00
app.tsx feat(onboarding): clarify the "categorize at least 5" goal in the categorizer (#616) 2026-07-01 08:34:51 +02:00
ssr.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00