From 0a9296243b721896435ed8fa32738c958c95f67d Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 17 Sep 2018 19:00:35 +0200 Subject: [PATCH] Added method to add a user to a list --- src/components/lists/EditList.vue | 205 +++++++++++++++++++++++++----- 1 file changed, 172 insertions(+), 33 deletions(-) diff --git a/src/components/lists/EditList.vue b/src/components/lists/EditList.vue index 3555e9b30..a0ea63570 100644 --- a/src/components/lists/EditList.vue +++ b/src/components/lists/EditList.vue @@ -1,44 +1,117 @@