From 5f627bf9f1457ad358de8c330cd45970e2a6716c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 27 Jan 2018 10:46:52 -0800 Subject: [PATCH] move all timeline data to centralized store --- routes/_components/Layout.html | 6 ++-- routes/_components/LazyTimeline.html | 15 +++++--- routes/_components/Timeline.html | 51 +++++++++++----------------- routes/_utils/AsyncLayout.js | 6 ++++ routes/_utils/store.js | 23 +++++++++++-- 5 files changed, 62 insertions(+), 39 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index d43e598e..46a6e7b9 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,7 +1,7 @@