From faff6c442743770a3deb30f75551a4a44dca3825 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 12 Feb 2018 22:49:02 -0800 Subject: [PATCH] add todos --- routes/_components/timeline/Timeline.html | 2 +- routes/_components/virtualList/VirtualList.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index 162634a5..64de2d8d 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -128,7 +128,7 @@ && timelineValue }, itemIdsToAdd: ($itemIdsToAdd) => $itemIdsToAdd, - // hack to avoid getting called too often + // TODO: hack to avoid getting called too often itemIdsToAddStringified: (itemIdsToAdd) => JSON.stringify(itemIdsToAdd), headerProps: (itemIdsToAdd) => { return { diff --git a/routes/_components/virtualList/VirtualList.html b/routes/_components/virtualList/VirtualList.html index 954f48c9..5f62c18b 100644 --- a/routes/_components/virtualList/VirtualList.html +++ b/routes/_components/virtualList/VirtualList.html @@ -101,7 +101,7 @@ distanceFromTop: ($scrollTop) => $scrollTop, // TODO: bug in svelte store, shouldn't need to do this allVisibleItemsHaveHeight: ($allVisibleItemsHaveHeight) => $allVisibleItemsHaveHeight, - // hack to avoid getting called too often + // TODO: hack to avoid getting called too often itemsStringified: (items) => JSON.stringify(items) } }