whisper-money/resources
Víctor Falcón 80f99a9f75 fix(sync): guard TransactionSyncManager against missing IndexedDB (PHP-LARAVEL-43)
Route every Dexie read/write through withDb so a missing or broken IndexedDB
degrades gracefully instead of throwing: reads return empty values, writes and
clearAll no-op, and sync() returns a skipped result without the pointless server
round-trip. This stops the unhandled "Can't find variable: indexedDB" rejection
that fired on browsers without IndexedDB (e.g. Chrome on iOS), including the
clearAll() call on the register page.
2026-07-07 06:50:05 +02:00
..
css fix(charts): improve contrast for chart colors 9-10 (#614) 2026-06-30 10:28:03 +00:00
js fix(sync): guard TransactionSyncManager against missing IndexedDB (PHP-LARAVEL-43) 2026-07-07 06:50:05 +02:00
views feat(encryption): commands to warn and remove inactive encrypted-data accounts (#633) 2026-07-03 15:57:04 +00:00