diff --git a/js/src/components/Event/EventActionSection.vue b/js/src/components/Event/EventActionSection.vue new file mode 100644 index 000000000..ecb8eb325 --- /dev/null +++ b/js/src/components/Event/EventActionSection.vue @@ -0,0 +1,904 @@ + + + diff --git a/js/src/components/Event/EventBanner.vue b/js/src/components/Event/EventBanner.vue index a3b143418..22ffc704c 100644 --- a/js/src/components/Event/EventBanner.vue +++ b/js/src/components/Event/EventBanner.vue @@ -1,5 +1,5 @@ diff --git a/js/src/components/Event/EventMinimalistCard.vue b/js/src/components/Event/EventMinimalistCard.vue index b39971060..72cc4e8e3 100644 --- a/js/src/components/Event/EventMinimalistCard.vue +++ b/js/src/components/Event/EventMinimalistCard.vue @@ -12,13 +12,13 @@ -
+

@@ -36,9 +36,13 @@ > {{ $t("Cancelled") }} - {{ - $t("Draft") - }} + {{ $t("Draft") }} {{ event.title }}

diff --git a/js/src/components/Event/EventParticipationCard.vue b/js/src/components/Event/EventParticipationCard.vue index 2f06d483a..47ea7c728 100644 --- a/js/src/components/Event/EventParticipationCard.vue +++ b/js/src/components/Event/EventParticipationCard.vue @@ -26,7 +26,7 @@ class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-6 gap-x-1.5 md:gap-y-3 gapt-x-3" >
-
+
-
-
+
+
-
+
-
+
-
+

-
- -
- - -

- - - - - {{ - t( - "{available}/{capacity} available places", - { - available: - maximumAttendeeCapacity - - event.participantStats.participant, - capacity: maximumAttendeeCapacity, - }, - maximumAttendeeCapacity - - event.participantStats.participant - ) - }} - - - {{ - t( - "No one is participating|One person participating|{going} people participating", - { - going: event.participantStats.participant, - }, - event.participantStats.participant - ) - }} - - - - - {{ - t( - "{available}/{capacity} available places", - { - available: - maximumAttendeeCapacity - - (event?.participantStats.participant ?? 0), - capacity: maximumAttendeeCapacity, - }, - maximumAttendeeCapacity - - (event?.participantStats.participant ?? 0) - ) - }} - - - {{ - t( - "No one is participating|One person participating|{going} people participating", - { - going: event?.participantStats.participant, - }, - event?.participantStats.participant ?? 0 - ) - }} - - - - - - -

- - - - - - {{ t("Edit") }} - - - - - - {{ t("Duplicate") }} - - - - - {{ t("Delete") }} - - - - - - - - {{ t("Share this event") }} - - - - - - {{ t("Add to my calendar") }} - - - - - - {{ t("Report") }} - - - -
-
+
@@ -316,8 +110,10 @@
-