From 3e4bd76f29597fd085f53977b48237ee881e0b6b Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 13 Oct 2019 16:24:43 +0200 Subject: [PATCH] Fix participations list actions with another identity Signed-off-by: Thomas Citharel --- js/src/components/Event/EventCard.vue | 11 +- js/src/components/Event/EventListCard.vue | 134 ++++++++++++++++------ js/src/components/NavBar.vue | 6 +- js/src/graphql/actor.ts | 3 +- js/src/i18n/en_US.json | 4 +- js/src/i18n/fr_FR.json | 6 +- js/src/i18n/oc.json | 1 - js/src/types/event.model.ts | 9 +- js/src/utils/errors.ts | 6 +- js/src/views/Event/MyEvents.vue | 4 +- js/src/views/Home.vue | 2 +- js/src/vue-apollo.ts | 8 +- 12 files changed, 135 insertions(+), 59 deletions(-) diff --git a/js/src/components/Event/EventCard.vue b/js/src/components/Event/EventCard.vue index 018d717f3..faee46b0c 100644 --- a/js/src/components/Event/EventCard.vue +++ b/js/src/components/Event/EventCard.vue @@ -76,17 +76,10 @@ A simple card for an event -