-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat(settings): add clearLocalStorage action #1406
Conversation
@AlexZakablukov can you add a window refresh or something to reload the page after they click the clear local storage button |
@@ -473,6 +474,9 @@ export default { | |||
mailbox_manager_not_found: 'Mailbox manager not found', | |||
mailbox_manager_not_initialized: 'Mailbox manager not initialized', | |||
}, | |||
storage: { | |||
database_not_cleared: 'Could not clear database', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what would trigger this error btw? I tried clear storage and then clear storage again but always shows ''Local storage cleared successfully''
will add a ticket for the reload |
What this PR does π
implement clear localstorage and indexed db feature by clicking on "clear local storage" button in settings
Which issue(s) this PR fixes π¨
AP-700
Special notes for reviewers ποΈ
Additional comments π€