From a743f6a487f06d4b11bd7fd2ced023f30a077031 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 25 Oct 2022 10:35:33 +0200 Subject: [PATCH 1/6] Fix event card background color behind picture Signed-off-by: Thomas Citharel --- js/src/components/Event/EventCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/components/Event/EventCard.vue b/js/src/components/Event/EventCard.vue index 65bd8f681..a7fc8ac8c 100644 --- a/js/src/components/Event/EventCard.vue +++ b/js/src/components/Event/EventCard.vue @@ -9,7 +9,7 @@ :isInternal="isInternal" >
From a1b439b7240ce10e065f1256c7c71ef0c2240c24 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 25 Oct 2022 10:35:59 +0200 Subject: [PATCH 2/6] =?UTF-8?q?Fix=20position=20of=20the=20=C2=AB=C2=A0no?= =?UTF-8?q?=20events=20found=C2=A0=C2=BB=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Citharel --- js/src/views/SearchView.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/js/src/views/SearchView.vue b/js/src/views/SearchView.vue index a37ca71ce..e76f01411 100644 --- a/js/src/views/SearchView.vue +++ b/js/src/views/SearchView.vue @@ -529,6 +529,16 @@ class="my-4" />
+ +

{{ t("No events found") }}

+

+ {{ + t( + "Only registered users may fetch remote events from their URL." + ) + }} +

+
- -

{{ t("No events found") }}

-

- {{ - t( - "Only registered users may fetch remote events from their URL." - ) - }} -

-