xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

Delay when scrolling to bottom of message list #116

Open elisealix22 opened 1 year ago

elisealix22 commented 1 year ago

when switching to a conversation that has several messages, there is a noticeable delay before the latest message is scrolled to

This should definitely be improved. We'll likely want to take advantage of reverse pagination instead of scrolling to bottom.