From 30d082e709cbeded24156436b5bc66dfba53d754 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 30 Jan 2019 16:25:23 +0100 Subject: Use infinite-scrolling on lists This allows to reduce the loading time of a big board. Note that there is an infinite scroll implementation in the mixins, but this doesn't fit well as the cards in the list can have arbitrary height. The idea to rely on the visibility of a spinner is based on http://www.meteorpedia.com/read/Infinite_Scrolling --- client/components/lists/list.styl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/components/lists/list.styl') diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 51ade73c..70502083 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -211,6 +211,9 @@ max-height: 250px overflow: hidden +.sk-spinner-list + margin-top: unset !important + list-header-color(background, color...) border-bottom: 6px solid background -- cgit v1.2.3-1-g7c22