From bd27d3a561328ae0401268d528f26408788fc146 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Tue, 2 Jan 2024 13:30:49 +0100 Subject: [PATCH] Fix alert styling + bug fixes and cleaning --- client/components/global/Notifications.vue | 232 ++++++++++-------- .../open/forms/components/FormEditor.vue | 11 +- .../forms/components/FormFieldsEditor.vue | 5 - .../form-components/FormErrorModal.vue | 8 +- client/components/open/tables/OpenTable.vue | 1 + client/pages/forms/[slug]/show/share.vue | 4 - 6 files changed, 135 insertions(+), 126 deletions(-) diff --git a/client/components/global/Notifications.vue b/client/components/global/Notifications.vue index a31cbd7..5f1151b 100644 --- a/client/components/global/Notifications.vue +++ b/client/components/global/Notifications.vue @@ -1,121 +1,135 @@