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

React Chat SDK ➜ Stream Chat πŸ’¬

Results 199 stream-chat-react issues
Sort by recently updated
recently updated
newest added

**Motivation** The infinite scroll pagination uses computationally expensive scroll event listeners to paginate and load more items into the list. **Proposed solution** Replace the expensive scroll event listeners with intersection...

feature

I would like to have more control over the visibility of hidden channels when new messages are received. Currently, if a channel is hidden using the `channel.hide()` method and a...

feature

**Describe the bug** When we hide the channel using `await channel.hide(userId)` or show the hidden channel using `await channel.show(userId)`, the unread count of that channel gets removed **To Reproduce** Steps...

feature

**Describe the bug** On a ThreadList (message list ...), it is possible to provide props for hiding the delete message (https://getstream.io/chat/docs/sdk/react/components/core-components/virtualized_list/#hidedeletedmessages). When we enabled this feature then the reply_count counter...

bug
needs api support
status:confirmed

**Describe the bug** The `VirtualizedMessageList` does not have a default implementation for the `TypingIndicator`: https://github.com/GetStream/stream-chat-react/blob/34b8e71771566551180af412f3c13d0740ccc725/src/components/MessageList/VirtualizedMessageList.tsx#L149 The `MessageList` does have a default implementation: https://github.com/GetStream/stream-chat-react/blob/34b8e71771566551180af412f3c13d0740ccc725/src/components/MessageList/MessageList.tsx#L81 **Expected behavior** I can get the expected...

feature

**Motivation** It could be great to allow to add of a spinner or placeholder when the image is loading in the MessageList. **Proposed solution** Currently, it is possible to create...

feature

**Motivation** Users aren't necessarily going to know that they can/_must_ type `/` in order to be able to send a GIF. **Proposed solution** We're looking at ways to provide, ideally,...

enhancement
feature

Any time a message receives a reaction, the read receipts are removed for that message. It appears that the `getReadStates` function looks at `message.updated_at`, which changes when a reaction is...

bug
status:confirmed

Bumps [@stream-io/stream-chat-css](https://github.com/GetStream/stream-chat-css) from 4.14.0 to 4.15.0. Release notes Sourced from @​stream-io/stream-chat-css's releases. v4.15.0 4.15.0 (2024-04-25) Bug Fixes remove unnecessary selector specificity from font-family setting (#292) (04e110d) Features angular: allow customizing...

stream-dependencies

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies