From bac467b3f6f564b9f0056c88a2b8e2ab87a54f2e Mon Sep 17 00:00:00 2001 From: Jessica Date: Mon, 20 Aug 2018 18:21:38 +0200 Subject: added id to sharees and used this to look for existing shares, however there is still some error in the code that does not effectively implement the filter function. Added debounce package and function. --- .../Settings/SettingsAddressbookShare.vue | 40 ++-- .../Settings/SettingsAddressbookShare.vue.orig | 173 ++++++++++++++ src/store/addressbooks.js | 18 +- src/store/addressbooks.js.orig | 264 +++++++++++++++++++++ 4 files changed, 462 insertions(+), 33 deletions(-) create mode 100644 src/components/Settings/SettingsAddressbookShare.vue.orig create mode 100644 src/store/addressbooks.js.orig (limited to 'src') diff --git a/src/components/Settings/SettingsAddressbookShare.vue b/src/components/Settings/SettingsAddressbookShare.vue index 81087f54..c48ad657 100644 --- a/src/components/Settings/SettingsAddressbookShare.vue +++ b/src/components/Settings/SettingsAddressbookShare.vue @@ -21,7 +21,7 @@ -->