From acc1ce396dfe2e09f26ff11e53929941cf43bef7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 12 Feb 2018 22:06:05 -0800 Subject: [PATCH] refactor VirtualList to be more self-contained --- routes/_components/Layout.html | 18 ++---- .../pseudoVirtualList/PseudoVirtualList.html | 5 +- .../_components/virtualList/VirtualList.html | 36 ++++++----- .../virtualList/VirtualListContainer.html | 63 +++++++++---------- routes/accounts/[accountId].html | 4 +- routes/favorites.html | 2 +- routes/federated.html | 2 +- routes/index.html | 2 +- routes/lists/[listId].html | 2 +- routes/local.html | 2 +- routes/notifications.html | 2 +- routes/tags/[tagName].html | 4 +- 12 files changed, 65 insertions(+), 77 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 9dc8f34..418fb79 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,19 +1,11 @@ <:Window bind:online />