Form editor v2 (#579)

* Form editor v2

* fix template test

* setFormDefaults when save

* fix form cleaning dark mode

* improvements on open sidebar

* UI polish

* Fix change type button

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2024-09-23 23:32:38 +05:30
committed by GitHub
parent 47ae11bc58
commit d6181cd249
61 changed files with 2576 additions and 2661 deletions

View File

@@ -44,7 +44,7 @@
</template>
<div
v-if="state == 'default'"
class="grid grid-cols-1 sm:grid-cols-2 gap-4 mt-8"
class="grid grid-cols-1 sm:grid-cols-2 gap-4"
>
<div
v-track.select_form_base="{ base: 'contact-form' }"

View File

@@ -2,7 +2,7 @@
<VTransition>
<section
v-if="hasCleanings && !hideWarning"
class="flex gap-3 p-4 bg-blue-50 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
class="flex gap-3 p-4 bg-blue-50 dark:bg-blue-950 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
aria-labelledby="notification-title"
>
<div class="flex justify-center items-center self-start py-px">