You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilizing Local Storage, implement a local cache for files and folders, so that the user does not need to constantly query for frequently used files/folders.
The text was updated successfully, but these errors were encountered:
Yep, IndexedDB looks like the right approach. For now, you can use whatever is more convenient to develop, since its a low priority. But, long term, we will probably want IndexedDB. @clostao
Utilizing Local Storage, implement a local cache for files and folders, so that the user does not need to constantly query for frequently used files/folders.
The text was updated successfully, but these errors were encountered: