From 985077e054c1d00963145a21eb43dcde413902cd Mon Sep 17 00:00:00 2001 From: Jeff Pope Date: Tue, 9 Feb 2021 16:25:58 -0500 Subject: [PATCH] Use patch for list updates (#1511) * use patch for list updates * i forget tbh * create list if and only if it doesnt exist * cleanup * fix reference * add peerDependency for amphora --- inputs/autocomplete.vue | 18 ++- inputs/simple-list.test.js | 17 +-- inputs/simple-list.vue | 74 +++++++----- lib/core-data/api.js | 19 +++ lib/lists/actions.js | 43 ++++++- lib/lists/actions.test.js | 27 +++++ lib/lists/helpers.js | 44 ------- lib/lists/helpers.test.js | 73 ------------ package-lock.json | 230 ++++++++++++++++++------------------- package.json | 1 + 10 files changed, 266 insertions(+), 280 deletions(-) diff --git a/inputs/autocomplete.vue b/inputs/autocomplete.vue index 58c4c72c4..69f718ee8 100644 --- a/inputs/autocomplete.vue +++ b/inputs/autocomplete.vue @@ -16,7 +16,7 @@