-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
@@ -272,7 +303,7 @@ import SignatureStep from './signature_step'
import AttachmentStep from './attachment_step'
import MultiSelectStep from './multi_select_step'
import FormCompleted from './completed'
-import { IconInnerShadowTop } from '@tabler/icons-vue'
+import { IconInnerShadowTop, IconArrowsDiagonal, IconArrowsDiagonalMinimize2 } from '@tabler/icons-vue'
export default {
name: 'SubmissionForm',
@@ -283,6 +314,8 @@ export default {
AttachmentStep,
MultiSelectStep,
IconInnerShadowTop,
+ IconArrowsDiagonal,
+ IconArrowsDiagonalMinimize2,
FormCompleted
},
props: {
@@ -332,6 +365,7 @@ export default {
data () {
return {
isCompleted: false,
+ isFormVisible: true,
currentStep: 0,
isSubmitting: false
}
diff --git a/app/javascript/submission_form/signature_step.vue b/app/javascript/submission_form/signature_step.vue
index 50a43341..d4199404 100644
--- a/app/javascript/submission_form/signature_step.vue
+++ b/app/javascript/submission_form/signature_step.vue
@@ -4,7 +4,7 @@
-