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
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Right now when you upload a picture to a board, it is converted to base64 and added to the default Indexed DB entry, vuex. This makes slow to update in real time the content of the db, because everytime a big json is converted between Vuex and the IndexedDB.