From cb4b251c779a32650dd4f6c3b2ab7b4e756551d7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 1 Dec 2020 17:32:07 +0100 Subject: [PATCH] Simplify event list card with a dropdown, load group attribution and show identity for participation Signed-off-by: Thomas Citharel --- js/src/components/Event/EventListCard.vue | 276 +++++++++++----------- js/src/graphql/actor.ts | 17 ++ js/src/views/Event/Event.vue | 1 - 3 files changed, 157 insertions(+), 137 deletions(-) diff --git a/js/src/components/Event/EventListCard.vue b/js/src/components/Event/EventListCard.vue index 5ffa3af06..984a5b5e5 100644 --- a/js/src/components/Event/EventListCard.vue +++ b/js/src/components/Event/EventListCard.vue @@ -1,7 +1,13 @@