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

Show `latest messages` affordance when scrolling too far up

Open petyosi opened this issue 3 years ago • 0 comments

Motivation With jump to message enabled, show latest messages is displayed if the user has scrolled to a new set of messages. However, this button should also appear when the user has scrolled too far up for example.

Proposed solution Show the button when scrollTop is < X and scrollHeight is > Y, and expose props that let the developers control X/Y.

petyosi avatar Apr 01 '22 11:04 petyosi