Squarelet / squarelet

Squarelet: A collaborative online pinboard
GNU Affero General Public License v3.0
26 stars 2 forks source link

Create a separate entry in Indexed DB for multimedia content #11

Open aivuk opened 5 years ago

aivuk commented 5 years ago

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.