From 6e9f16d8f18bc79e4ae00d785d576bd64b9eeab6 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 24 Aug 2021 23:12:53 +0530 Subject: [PATCH] refactor: collections versioning, migration and types --- components/collections/graphql/Add.vue | 15 +- .../collections/graphql/EditRequest.vue | 5 +- helpers/fb/collections.ts | 12 +- newstore/collections.ts | 435 ++++++++++++++++-- newstore/localpersistence.ts | 6 +- 5 files changed, 415 insertions(+), 58 deletions(-) diff --git a/components/collections/graphql/Add.vue b/components/collections/graphql/Add.vue index 2c6f74fb..86ee7374 100644 --- a/components/collections/graphql/Add.vue +++ b/components/collections/graphql/Add.vue @@ -33,7 +33,8 @@