From 3da846cdf9b52c66903936d9ebdd3306a16d009e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 26 Nov 2021 14:46:25 +0100 Subject: [PATCH] Always show the cancelled status of an event Closes #959 Signed-off-by: Thomas Citharel --- .../components/Event/EventMinimalistCard.vue | 18 ++++++++++++++++- .../Event/EventParticipationCard.vue | 20 ++++++++++++++++++- js/src/graphql/actor.ts | 4 ++++ js/src/graphql/event.ts | 2 ++ js/src/graphql/group.ts | 2 ++ js/src/graphql/home.ts | 3 +++ js/src/graphql/participant.ts | 3 +++ js/src/graphql/search.ts | 2 ++ 8 files changed, 52 insertions(+), 2 deletions(-) diff --git a/js/src/components/Event/EventMinimalistCard.vue b/js/src/components/Event/EventMinimalistCard.vue index 549c63db2..2a120151f 100644 --- a/js/src/components/Event/EventMinimalistCard.vue +++ b/js/src/components/Event/EventMinimalistCard.vue @@ -18,6 +18,20 @@

+ + {{ $t("Tentative") }} + + + {{ $t("Cancelled") }} +