From 770556aa7461a4887a8f3329d78d9bab76eda02a Mon Sep 17 00:00:00 2001 From: vlad0337187 Date: Wed, 23 Oct 2019 23:10:46 +0300 Subject: [PATCH 1/4] feature: allow importing collections from local JSON files --- ...ection.vue => importExportCollections.vue} | 40 ++++++++++++++++++- components/collections/index.vue | 16 ++++---- store/postwoman.js | 12 +++++- 3 files changed, 57 insertions(+), 11 deletions(-) rename components/collections/{exportCollection.vue => importExportCollections.vue} (51%) diff --git a/components/collections/exportCollection.vue b/components/collections/importExportCollections.vue similarity index 51% rename from components/collections/exportCollection.vue rename to components/collections/importExportCollections.vue index c0291eaa9..167f0b8f6 100644 --- a/components/collections/exportCollection.vue +++ b/components/collections/importExportCollections.vue @@ -5,7 +5,7 @@