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

Initial scroll message list to first unread message

Open DmitriyNikolenko opened this issue 2 years ago • 5 comments

Motivation React Native library has this useful functionality which is improving UX. But I have not managed to find it in React library.

Proposed solution Add 'initialScrollToFirstUnreadMessage' property to 'Channel' component the same as it is in React Native library

Acceptance Criteria When 'initialScrollToFirstUnreadMessage' property is set a user sees a list of messages starting from the first unread when opens a chat channel.

DmitriyNikolenko avatar Mar 28 '23 08:03 DmitriyNikolenko

@DmitriyNikolenko thank you for submitting the request. We do have the immediate plan to implement it. We will consider it in the future.

MartinCupela avatar Apr 11 '23 12:04 MartinCupela

Hi @MartinCupela Dmitriy and I work on the same team. Were you able to pick this issue up?

therajumandapati avatar Aug 09 '23 14:08 therajumandapati

@MartinCupela We're happy to make a PR to support this if you could point us in the right direction.

therajumandapati avatar Feb 27 '24 15:02 therajumandapati

This is in progress

MartinCupela avatar Feb 27 '24 17:02 MartinCupela

Appreciate the update @MartinCupela

therajumandapati avatar Feb 27 '24 20:02 therajumandapati

It is possible to jump to the first unread message using jumpToFirstUnreadMessage function.

MartinCupela avatar May 27 '24 15:05 MartinCupela