From 3888584b580a809ec8c6ba3f7490aa2ac16dacbf Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 6 May 2021 20:46:29 -0400 Subject: [PATCH] Initial refactor of the collections list and friends --- components/collections/Add.vue | 55 +---- components/collections/ChooseType.vue | 12 +- components/collections/Collection.vue | 1 - components/collections/Edit.vue | 60 +---- components/collections/EditFolder.vue | 53 +--- components/collections/EditRequest.vue | 65 +---- components/collections/ImportExport.vue | 5 +- components/collections/index.vue | 307 +++++++++++++----------- helpers/teams/TeamCollectionAdapter.ts | 9 +- 9 files changed, 184 insertions(+), 383 deletions(-) diff --git a/components/collections/Add.vue b/components/collections/Add.vue index f44bbcefc..f66b3b59d 100644 --- a/components/collections/Add.vue +++ b/components/collections/Add.vue @@ -37,71 +37,18 @@