From 6b201edc55efc6c672290ee3f99cf512afacf89e Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 13 Jun 2022 16:11:40 -0300 Subject: [PATCH] update components with changes from other plugins --- navigator/src/components/LabelledSwitch.vue | 37 ++-- navigator/src/components/LoadingSpinner.vue | 27 +-- navigator/src/components/ModalPopup.vue | 100 +++++------ navigator/src/components/Notifications.vue | 180 +++++++++----------- navigator/src/components/Table.vue | 23 ++- navigator/src/components/Tablecopy.vue | 101 ----------- 6 files changed, 168 insertions(+), 300 deletions(-) delete mode 100644 navigator/src/components/Tablecopy.vue diff --git a/navigator/src/components/LabelledSwitch.vue b/navigator/src/components/LabelledSwitch.vue index 74a1242..d7750e6 100644 --- a/navigator/src/components/LabelledSwitch.vue +++ b/navigator/src/components/LabelledSwitch.vue @@ -1,9 +1,26 @@ + +