forked from potsda.mn/mobilizon
simplified base structure:
startpage shows up to 161 events sorted by date, "explore" and "view everything" renamed to "filter" --- finally working
This commit is contained in:
parent
4e28df2f1f
commit
11c1a821f8
|
@ -353,7 +353,7 @@ import { IConfig } from "../types/config.model";
|
||||||
import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
||||||
import Subtitle from "../components/Utils/Subtitle.vue";
|
import Subtitle from "../components/Utils/Subtitle.vue";
|
||||||
|
|
||||||
const EVENT_PAGE_LIMIT = 99;
|
const EVENT_PAGE_LIMIT = 161;
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
apollo: {
|
apollo: {
|
||||||
|
|
|
@ -255,9 +255,9 @@ interface ISearchTimeOption {
|
||||||
end?: Date | null;
|
end?: Date | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const EVENT_PAGE_LIMIT = 99;
|
const EVENT_PAGE_LIMIT = 161;
|
||||||
|
|
||||||
const GROUP_PAGE_LIMIT = 99;
|
const GROUP_PAGE_LIMIT = 161;
|
||||||
|
|
||||||
const DEFAULT_RADIUS = 25; // value to set if radius is null but location set
|
const DEFAULT_RADIUS = 25; // value to set if radius is null but location set
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue