From 42fd1533649021c2033dcc1f123a06a99d4fffe4 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 18 Jan 2018 21:52:58 -0800 Subject: [PATCH] more refinements to fetching and offline --- routes/_components/VirtualList.html | 9 +++++++-- routes/_utils/mastodon/oauth.js | 7 ++++--- routes/_utils/mastodon/timelines.js | 3 ++- routes/_utils/mastodon/user.js | 3 ++- routes/_utils/mastodon/utils.js | 15 +++++++++++++++ 5 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 routes/_utils/mastodon/utils.js diff --git a/routes/_components/VirtualList.html b/routes/_components/VirtualList.html index 4451930..6e4538d 100644 --- a/routes/_components/VirtualList.html +++ b/routes/_components/VirtualList.html @@ -17,9 +17,11 @@