simplified base structure:

now 99 events
This commit is contained in:
jona 2023-03-23 00:30:56 +01:00 committed by 778a69cd
parent 187b3a5064
commit 053e0010a0
2 changed files with 3 additions and 3 deletions

View file

@ -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: {

View file

@ -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