Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display error dialog when storage is spent #331

Open
sondreb opened this issue Jan 31, 2023 · 0 comments
Open

Display error dialog when storage is spent #331

sondreb opened this issue Jan 31, 2023 · 0 comments

Comments

@sondreb
Copy link
Member

sondreb commented Jan 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant