From fb234adb79782fe6aa50c3e6588d967df8e990ab Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 24 Jan 2018 09:47:31 -0800 Subject: [PATCH] save scroll positions --- routes/_components/Layout.html | 18 +++++-- routes/_components/Timeline.html | 24 +++++++-- routes/_components/VirtualListContainer.html | 56 ++++++++++++++++++-- routes/_utils/virtualListStore.js | 16 ++++++ routes/accounts/[accountId].html | 2 + routes/federated.html | 2 +- routes/index.html | 2 +- routes/local.html | 2 +- routes/notifications.html | 2 +- routes/tags/[tagName].html | 2 + 10 files changed, 108 insertions(+), 18 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 271edc23..3a9958da 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,10 +1,18 @@