block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 33 forks source link

Display error dialog when storage is spent #331

Open sondreb opened 1 year ago

sondreb commented 1 year ago

local storage is very limited in PWA mode, in extension this is not an issue as we request unlimited storage.

But for PWA mode, it fails quickly on large wallets.

Handle this scenario by showing error dialog: https://stackoverflow.com/a/3027249

Wallet history, etc. must be stored in IndexedDB and not local storage, the task for this is #37