From 053e0010a0d97542780a7ba24d45c06cd26f6896 Mon Sep 17 00:00:00 2001 From: jona Date: Thu, 23 Mar 2023 00:30:56 +0100 Subject: [PATCH] simplified base structure: now 99 events --- js/src/views/Home.vue | 2 +- js/src/views/Search.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index e21633749..f4c2ff0b4 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -290,7 +290,7 @@ import { IConfig } from "../types/config.model"; import { IFollowedGroupEvent } from "../types/followedGroupEvent.model"; import Subtitle from "../components/Utils/Subtitle.vue"; -const EVENT_PAGE_LIMIT = 161; +const EVENT_PAGE_LIMIT = 99; @Component({ apollo: { diff --git a/js/src/views/Search.vue b/js/src/views/Search.vue index 11da76928..6167ae044 100644 --- a/js/src/views/Search.vue +++ b/js/src/views/Search.vue @@ -255,9 +255,9 @@ interface ISearchTimeOption { end?: Date | null; } -const EVENT_PAGE_LIMIT = 161; +const EVENT_PAGE_LIMIT = 99; -const GROUP_PAGE_LIMIT = 161; +const GROUP_PAGE_LIMIT = 99; const DEFAULT_RADIUS = 25; // value to set if radius is null but location set