From 246555a768fcf81d5301807db53a4535f1f2ec7e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 20 Sep 2019 19:43:29 +0200 Subject: [PATCH] Couple of fixes, and introducing Explore section Signed-off-by: Thomas Citharel --- js/src/App.vue | 2 +- js/src/components/Event/EventCard.vue | 6 +- js/src/components/Map.vue | 4 +- js/src/components/NavBar.vue | 4 +- js/src/graphql/event.ts | 21 +++--- js/src/i18n/en_US.json | 77 ++++++++++---------- js/src/i18n/fr_FR.json | 76 +++++++++---------- js/src/router/event.ts | 8 ++ js/src/types/actor/actor.model.ts | 2 - js/src/views/Event/Edit.vue | 49 +++---------- js/src/views/Event/Event.vue | 11 ++- js/src/views/Event/Explore.vue | 42 +++++++++++ js/src/views/Event/MyEvents.vue | 4 +- lib/mobilizon_web/api/utils.ex | 10 ++- lib/service/activity_pub/converters/event.ex | 12 +++ 15 files changed, 185 insertions(+), 143 deletions(-) create mode 100644 js/src/views/Event/Explore.vue diff --git a/js/src/App.vue b/js/src/App.vue index 6ee556880..e165fdbd5 100644 --- a/js/src/App.vue +++ b/js/src/App.vue @@ -1,7 +1,7 @@