-
Notifications
You must be signed in to change notification settings - Fork 25
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
localStorage
is used to synchronize some data between Web tabs. However, we now havedrift
database, which does the synchronization without any need to use workarounds.Solution
Replace the
localStorage
usage withdrift
:credentials_*
related usage.call_*
related usage withdrift
tables.prefs_call_*
related usage withdrift
tables.Checklist
k::
labels applied