react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

hasMore property to controll infinite loading

Open satya-imaginea opened this issue 4 years ago • 0 comments

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

satya-imaginea avatar Jul 05 '21 15:07 satya-imaginea