react-trello
react-trello copied to clipboard
hasMore property to controll infinite loading
instead of showing the loading animation every time the scroll is moved to the end of the lane, shall we expose a new component property (hasMore) to proceed/stop the loader and scroll-end callback?
We may need to change logic here:
https://github.com/rcdexta/react-trello/blob/c4a59657f644ea39303e2f9aeac82ee6cc2724a9/src/controllers/Lane.js#L30
https://github.com/rcdexta/react-trello/blob/c4a59657f644ea39303e2f9aeac82ee6cc2724a9/src/controllers/Lane.js#L32
@rcdexta @dapi @oliviervanbulck @yashutanna