wekan/client/components/lists
Benjamin Tissoires 261754f18b list: do not use IntersectionObserver to reduce CPU usage
Switch back to a custom spinner detection, as the IntersectionObserver
is eating a lot of CPU resources on idle.

This should also take care of #2250 properly: the previous `onDestroyed()`
was removing the resize and scroll callbacks, but they were not unique
enough, and they were shared across swimlanes. So if a list had 2 swimlanes
with spinners, when one was removed, the other was not triggering its
callbacks anymore.

Related: #2294
2019-04-01 23:54:35 +02:00
..
list.jade Optimize for mobile web, show single list per page with navigate bar 2017-11-29 17:06:33 +09:00
list.js Merge pull request #2270 from andresmanelli/fix_2266 2019-03-21 00:21:19 +02:00
list.styl - Fix2: Remove overlap of side bar button with card/list menu button on mobile browser 2019-02-13 01:04:30 +02:00
listBody.jade - [Add back zoom fixes of #2250](https://github.com/wekan/wekan/issues/2250). 2019-03-30 19:06:09 +02:00
listBody.js list: do not use IntersectionObserver to reduce CPU usage 2019-04-01 23:54:35 +02:00
listHeader.jade lists-color: only colorize the bottom border 2019-01-25 18:13:37 +01:00
listHeader.js colors: add per list color 2019-01-25 15:56:40 +01:00
minilist.jade Allow list creation from template 2019-02-24 00:05:00 +01:00