diff --git a/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipations.vue b/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipations.vue index 8350657..08254f2 100644 --- a/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipations.vue +++ b/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipations.vue @@ -13,6 +13,9 @@ onMounted(async () => { Object.assign(myParticipations, data); }); +function navigateTo(url) { + window.location.href = url; +} @@ -47,7 +50,7 @@ onMounted(async () => {
Du bist aktuelle für keine Veranstaltung angemeldet.
- +
@@ -63,6 +66,6 @@ onMounted(async () => { } .bg-yellow { - background-color: #f3f353; + background-color: #e4e44c; } diff --git a/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipationsShort.vue b/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipationsShort.vue new file mode 100644 index 0000000..f453d67 --- /dev/null +++ b/app/Domains/Dashboard/Views/Partials/Widgets/MyParticipationsShort.vue @@ -0,0 +1,54 @@ + + + +|
+ {{participation.eventName}} + {{participation.event.location}}, + {{participation.arrivalDateReadable}} - {{participation.departureDateReadable}} + |
+
+ |
+
+ Du bist aktuelle für keine Veranstaltung angemeldet.
+
+
+