whisper-money/resources/js
Víctor Falcón 6cbcd2a202 fix(sync): skip the local cache eviction on delete when IndexedDB is missing
The API delete is authoritative and must always run; only the best-effort local
cache eviction is routed through withDb so it no-ops when IndexedDB is
unavailable, instead of throwing after a successful server delete. axios stays
outside the guard so no mutation is ever swallowed.
2026-07-07 06:51:04 +02:00
..
components fix(transactions): keep saved-filter delete button visible on touch and confirm before deleting (#648) 2026-07-06 09:37:38 +00:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks fix(appearance): support MediaQueryList change events on legacy Safari (PHP-LARAVEL-41) (#646) 2026-07-05 17:03:35 +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 fix(sync): guard TransactionSyncManager against missing IndexedDB (PHP-LARAVEL-43) 2026-07-07 06:50:05 +02:00
pages feat(welcome): add Francisco Montes testimonial (#636) 2026-07-04 14:08:33 +00:00
providers fix: move community link to user menu (#442) 2026-05-27 17:39:26 +02:00
services fix(sync): skip the local cache eviction on delete when IndexedDB is missing 2026-07-07 06:51:04 +02:00
types refactor: consolidate duplicated financial calculations (#643) 2026-07-04 22:26:44 +02:00
utils feat(currencies): add Nigerian Naira (NGN) (#642) 2026-07-04 19:10:58 +00: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