-
Notifications
You must be signed in to change notification settings - Fork 69
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
Remove Account Persistence on Zustand #922
Comments
Hey @mazmassa thanks for the issue. Could you add more info about the user benefit in the description please? |
Just updated! |
I think we implemented that way to anticipate a UX requiring selection of the account across pages |
The way we did was storing the whole object in the storage... what is definitely not good. We should persist only the address. Just did that for bridge we can use the same logic. |
Context
We are storing in local browser storage unnecessary content.
User flow
There's NO UX/UI involved here. Pure tech aspects.
How to
You should see the accounts content stored.
Technical details
We have some stores already defined in Zustand.
Between them we have one called Account that is persisted in the browser local storage. We should remove that persistence once it does not make sense (now) to have it.
QA testing
You should not see any account content stored.
The text was updated successfully, but these errors were encountered: