From dbf89fadfc92e47ee67ac46e69c6df78ac49eb53 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 Apr 2023 13:55:52 +0200 Subject: [PATCH] pre add-further-event-params --- .../ContributionForm/ContributionForm.vue | 148 ++++++++++++++---- webapp/pages/post/create.vue | 49 ++++-- 2 files changed, 154 insertions(+), 43 deletions(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 29a3000be..a6ce30c2e 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -30,31 +30,77 @@ -
-
- - - - -
- +
+ {{ datePickerStart }}, {{ formData.eventStart }} - - + + +
+ + +
+
+ + + +
- - + + + + + +
+ + + +
+ + {{ formData.eventLocation.length }}/{{ formSchema.eventLocation.max }} + + +
+
+ + +
+ {{ errors }} + + {{ formData.eventVenue.length }}/{{ formSchema.eventVenue.max }} + + +
- - - - - - - Online +
+ + Online Event +
+ - diff --git a/webapp/pages/post/create.vue b/webapp/pages/post/create.vue index ae3be907a..e546b70f5 100644 --- a/webapp/pages/post/create.vue +++ b/webapp/pages/post/create.vue @@ -1,23 +1,42 @@