stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

feat: display loading indicator at the top vs bottom of InfiniteScroll

Open MartinCupela opened this issue 3 years ago • 0 comments
trafficstars

Motivation

Display the loading indicator in the direction of the scroll.

So if scrolling to the bottom:

  1. the indicator should be rendered at the bottom
  2. when scrolling to the top, render the indicator at the top of the list container

Currently, the indicator is rendered only at the top of the container

MartinCupela avatar Oct 07 '22 14:10 MartinCupela