psychedelicious aadcde3edd feat(ui): use IndexedDB for persistence
IndexedDB has a much larger storage limit than LocalStorage, and is widely supported.

Implemented as a custom storage driver for `redux-remember` via `idb-keyval`. `idb-keyval` is a simple wrapper for IndexedDB that allows it to be used easily as a key-value store.

The logic to clear persisted storage has been updated throughout the app.
2023-12-01 09:11:48 +11:00
..
2023-08-18 15:52:04 +10:00
2023-11-11 10:55:40 +11:00
2023-07-28 09:46:44 -04:00
2023-09-12 13:01:58 -04:00