diff --git a/routes/_actions/timeline.js b/routes/_actions/timeline.js index 2bdce46..176ef3a 100644 --- a/routes/_actions/timeline.js +++ b/routes/_actions/timeline.js @@ -66,19 +66,6 @@ async function fetchTimelineItemsAndPossiblyFallBack () { stop('fetchTimelineItemsAndPossiblyFallBack') } -export function initializeTimeline () { - mark('initializeTimeline') - let instanceName = store.get('currentInstance') - let timeline = store.get('currentTimeline') - requestAnimationFrame(() => { - requestAnimationFrame(() => { - console.log('initialized') - store.setForTimeline(instanceName, timeline, {initialized: true}) - }) - }) - stop('initializeTimeline') -} - export async function setupTimeline () { mark('setupTimeline') // If we don't have any item ids, or if the current item ids are stale diff --git a/routes/_components/TimelineHomePage.html b/routes/_components/TimelineHomePage.html new file mode 100644 index 0000000..2608577 --- /dev/null +++ b/routes/_components/TimelineHomePage.html @@ -0,0 +1,54 @@ + +