From f142a0e7990b06112dc876e4ad0e41ffa58df296 Mon Sep 17 00:00:00 2001 From: Chirag <103994754+chiragnotionforms@users.noreply.github.com> Date: Mon, 28 Nov 2022 21:54:08 +0530 Subject: [PATCH] Form Editor polishing - convert checkbox to toggle & notification as modal (#32) --- .../form-components/FormAboutSubmission.vue | 2 +- .../form-components/FormCustomization.vue | 8 +- .../form-components/FormNotifications.vue | 65 ++--------- .../form-components/FormSecurityPrivacy.vue | 4 +- .../components/FormNotificationsOption.vue | 75 +++++++++++++ .../components/FormNotificationsSlack.vue | 73 ++++++++++++ ...ormNotificationsSubmissionConfirmation.vue | 104 ++++++++++++++++++ 7 files changed, 268 insertions(+), 63 deletions(-) create mode 100644 resources/js/components/open/forms/components/form-components/components/FormNotificationsOption.vue create mode 100644 resources/js/components/open/forms/components/form-components/components/FormNotificationsSlack.vue create mode 100644 resources/js/components/open/forms/components/form-components/components/FormNotificationsSubmissionConfirmation.vue diff --git a/resources/js/components/open/forms/components/form-components/FormAboutSubmission.vue b/resources/js/components/open/forms/components/form-components/FormAboutSubmission.vue index 192074c..2ae9bfa 100644 --- a/resources/js/components/open/forms/components/form-components/FormAboutSubmission.vue +++ b/resources/js/components/open/forms/components/form-components/FormAboutSubmission.vue @@ -103,7 +103,7 @@ - - - - - - - - - - - - + + + + + diff --git a/resources/js/components/open/forms/components/form-components/components/FormNotificationsSlack.vue b/resources/js/components/open/forms/components/form-components/components/FormNotificationsSlack.vue new file mode 100644 index 0000000..62d82b8 --- /dev/null +++ b/resources/js/components/open/forms/components/form-components/components/FormNotificationsSlack.vue @@ -0,0 +1,73 @@ + + + diff --git a/resources/js/components/open/forms/components/form-components/components/FormNotificationsSubmissionConfirmation.vue b/resources/js/components/open/forms/components/form-components/components/FormNotificationsSubmissionConfirmation.vue new file mode 100644 index 0000000..44a1c16 --- /dev/null +++ b/resources/js/components/open/forms/components/form-components/components/FormNotificationsSubmissionConfirmation.vue @@ -0,0 +1,104 @@ + + +