From 220c9bf8b3bee11f3119860bb14bdb5da3f040e9 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 18 Oct 2022 23:20:59 +1100 Subject: Add basic grid-like event layout Add lines linking events to timeline Add scrim on event image --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 17760b0..1a8608b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -191,7 +191,7 @@ function reduceEvents(){ exhaustedRanges.clear(); } // For getting events from server -const EVENT_REQ_LIMIT = 10; +const EVENT_REQ_LIMIT = 30; let pendingReq = false; // Used to serialise event-req handling async function onEventReq(startDate: HistDate, endDate: HistDate){ while (pendingReq){ -- cgit v1.2.3