From c6b1117778e5607c40bb4610ab8eba0ec1a085e6 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 17 Feb 2022 12:36:29 +0100 Subject: [PATCH] Add button for removal of chooser widget --- client/src/components/Modal.vue | 2 +- .../book-navigation/NavigationSidebar.vue | 2 +- .../content-block-form/ContentBlockForm.vue | 22 +++++---- .../content-block-form/ContentElement.vue | 4 +- .../ContentBlockElementChooserWidget.vue | 47 ++++++++++++++----- .../icons/{Cross.vue => CrossIcon.vue} | 0 .../src/components/profile/ProfileSidebar.vue | 2 +- client/src/layouts/FullScreenLayout.vue | 2 +- client/src/layouts/SimpleLayout.vue | 2 +- 9 files changed, 55 insertions(+), 28 deletions(-) rename client/src/components/icons/{Cross.vue => CrossIcon.vue} (100%) diff --git a/client/src/components/Modal.vue b/client/src/components/Modal.vue index 53792191..17e5c979 100644 --- a/client/src/components/Modal.vue +++ b/client/src/components/Modal.vue @@ -30,7 +30,7 @@