mirror of
https://github.com/wekan/wekan.git
synced 2025-12-15 23:10:13 +01:00
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
This commit is contained in:
parent
1b11123797
commit
30d082e709
3 changed files with 95 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue