From dc075ccf0d7dc918ff51632edd9f25bf9b362c53 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 31 Oct 2022 18:54:05 +0100 Subject: [PATCH] Fix anonymous & remote participation pages Signed-off-by: Thomas Citharel --- .../assets => public/img}/undraw_mail_2.svg | 0 .../assets => public/img}/undraw_profile.svg | 0 js/src/components/Event/EventListViewCard.vue | 2 +- .../Participation/UnloggedParticipation.vue | 181 +++++++++--------- .../components/Utils/RedirectWithAccount.vue | 124 ++++++------ js/src/components/Utils/VerticalDivider.vue | 14 -- js/src/i18n/cs.json | 2 +- js/src/i18n/en_US.json | 5 +- js/src/i18n/fr_FR.json | 7 +- 9 files changed, 167 insertions(+), 168 deletions(-) rename js/{src/assets => public/img}/undraw_mail_2.svg (100%) rename js/{src/assets => public/img}/undraw_profile.svg (100%) delete mode 100644 js/src/components/Utils/VerticalDivider.vue diff --git a/js/src/assets/undraw_mail_2.svg b/js/public/img/undraw_mail_2.svg similarity index 100% rename from js/src/assets/undraw_mail_2.svg rename to js/public/img/undraw_mail_2.svg diff --git a/js/src/assets/undraw_profile.svg b/js/public/img/undraw_profile.svg similarity index 100% rename from js/src/assets/undraw_profile.svg rename to js/public/img/undraw_profile.svg diff --git a/js/src/components/Event/EventListViewCard.vue b/js/src/components/Event/EventListViewCard.vue index 0924b6af3..61baf2d29 100644 --- a/js/src/components/Event/EventListViewCard.vue +++ b/js/src/components/Event/EventListViewCard.vue @@ -1,6 +1,6 @@