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 With the introduction of theming V2 will not intend to maintain theme provider logic and this should be implemented by the integrator. What we however will provide is...

docs
theming-v2

**Motivation** Changes brought by theming v2 include RTL support. Users that would like to make use of this fact would need to create their own Stream18n instance and set the...

docs
theming-v2

**Motivation** `EventComponent` renders two types of messages: 1. message of type `system` 2. message carrying attribute `event` There may be 3 reasons why we want to separate those two into...

enhancement

**Describe the bug** calling `mark_read(user_id, { message_id: message_id })` (ruby) in the BE marks the whole channel as read, even if there's other new messages that havent been read. reconnecting...

feature
status:confirmed

**Describe the bug** The burger menu button is gone on mobile **To Reproduce** i use Next.js and have just used the component **Screenshots** https://i.imgur.com/fXuSkYR.png Image of the button from a...

bug
status:confirmed

**Motivation** Currently the parent message is displayed only as fixed above the scrollable reply list in **virtualized** `Thread`. Customers requested the possibility to control, whether the parent message will stay...

feature

**Describe the bug** When a thread is open, it is not scrolled to the bottom as main message list is. Because of that more HTTP requests are fired in order...

bug
status:confirmed

**Motivation** As a user I would like to know that I have received a (important) message in a given channel's thread. **Acceptance Criteria** 1. Register event listener for notifications about...

feature

**Motivation** Facilitate work with already documented custom hooks. **Proposed solution** Document what props each hook accepts and provide an example in use. **Acceptance Criteria** Information about the already documented hooks...

docs

**Motivation** Setting up [visual regressions ](https://playwright.dev/docs/screenshots#element-screenshot)[through playwright](https://playwright.dev/docs/screenshots#element-screenshot) seems fairly easy. A new theme would be the right moment to introduce such testing. Visual tests could also help us making sure...

feature
theming-v2