-
Notifications
You must be signed in to change notification settings - Fork 36
Replace localStorage usage with drift tables (#1045)
#1049
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
base: main
Are you sure you want to change the base?
Conversation
|
In order to understand whether there's any tabs of the Web application opened at all, we should implement a mechanism based on the |
Resolves #1045
Synopsis
Currently
localStorageis used to synchronize some data between Web tabs. However, we now havedriftdatabase, which does the synchronization without any need to use workarounds.Solution
Replace the
localStorageusage withdrift:credentials_*related usage.call_*related usage withdrifttables.prefs_call_*related usage withdrifttables.Checklist
k::labels applied