From fd1579191203c770f7c3b3dec53f8fdbeab3f971 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 18 Oct 2022 18:39:17 +1100 Subject: Keep track of date ranges where server has no more results - In TimeLine.vue, separate idToEvent and idToPos, to avoid sending event-req while a previous one is still waiting on a server response - In histDate, add cmp() method --- src/components/TimeLine.vue | 55 +++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 22 deletions(-) (limited to 'src/components/TimeLine.vue') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 62780c8..6c6b6fc 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -28,10 +28,10 @@ -
- {{idToEvent.get(id)!.event.title}} + {{idToEvent.get(id)!.title}}