From eacf28317e93430c7309402e124d2b25fb927e93 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 16 Jan 2018 23:16:15 -0800 Subject: [PATCH] more progress on infinite scroll --- routes/_components/Layout.html | 43 +++++++++++++++++++++++-- routes/_components/Timeline.html | 7 ++-- routes/_components/VirtualList.html | 40 +++++++---------------- routes/_components/VirtualListItem.html | 3 +- routes/_utils/virtualListStore.js | 16 ++------- 5 files changed, 61 insertions(+), 48 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 0d5da5e3..54491424 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,16 +1,55 @@ +<:Window bind:innerHeight='innerHeight'/>