aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-18 23:20:59 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-18 23:34:39 +1100
commit220c9bf8b3bee11f3119860bb14bdb5da3f040e9 (patch)
tree9661e82f17bcf12e2da7af4534e982d2fe0d9c34 /src/App.vue
parentdfe71f33e24b9ed5b8ecc674423216a0f5487283 (diff)
Add basic grid-like event layout
Add lines linking events to timeline Add scrim on event image
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
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){