From 045c0a8521e2bedeb694b7fae8f26798339f05a0 Mon Sep 17 00:00:00 2001 From: jona Date: Wed, 22 Mar 2023 20:35:00 +0100 Subject: [PATCH] simplified base structure: startpage shows up to 161 events sorted by date, "explore" and "view everything" renamed to "filter" --- js/src/components/NavBar.vue | 6 +- js/src/views/Home.vue | 130 ++++++++++++++++++++++++++++++++--- js/src/views/Search.vue | 8 +-- 3 files changed, 127 insertions(+), 17 deletions(-) diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index 8dc071f4d..7476e3d51 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -1,7 +1,7 @@