From c1f07122d1857d8efc60463829dd0dba96946287 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 5 Mar 2019 12:07:58 +0100 Subject: [PATCH] Fix routing between BE & FE and fix event creation Signed-off-by: Thomas Citharel --- js/src/components/NavBar.vue | 5 ++- js/src/types/actor.model.ts | 15 ++++++++- js/src/types/event.model.ts | 23 ++++++++++++- js/src/views/Event/Create.vue | 61 +++++++++++------------------------ lib/mobilizon_web/router.ex | 9 ++++++ 5 files changed, 66 insertions(+), 47 deletions(-) diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index 31ef9b0b7..350c0b172 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -43,14 +43,13 @@