wekan/client
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
..
components list: do not use IntersectionObserver to reduce CPU usage 2019-04-01 23:54:35 +02:00
config Optimize for mobile web, show single list per page with navigate bar 2017-11-29 17:06:33 +09:00
lib - More whitelabeling. 2019-03-21 20:27:21 +02:00