Squarelet / squarelet

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

Split the vuex state in different keys on IndexedDB #5

Open aivuk opened 5 years ago

aivuk commented 5 years ago

Right now all the app state is being serialized in only one key in IndexedDB. The idea is to have each board in a separate key.