Petyo Ivanov
Petyo Ivanov
Since the flat and the grouped component are the same, there should be a way to detect the grouped mode. Most intuitive would be an array of arrays. Partially reported...
Happens due to `scrollBy` adjustments.
Minimal repro: https://stackblitz.com/edit/react-pkarsz?file=example.js Problem is that the implementation does not speed-up scrolling, but rather 'jumps' the list with the multiplier when items change. It should multiply the offset on each...
**Describe the bug** Hiding deleted messages in combination with enabled date separators can lead to empty day groups:  **Expected behavior** Date separators should not be displayed if the entire...
**Describe the bug** ```tsx ``` **To Reproduce** In the above configuration (you need a channel with enough messages), use `shift+Enter` to grow the message input. Rather than pushing the message...
**Motivation** In a timeline with loading images without a specified size, the virtualized message list does not account for the increased space, causing the list to stop "following" the conversation....
We can populate messages across several days using this: ```js const jwt = JWTServerToken(STREAM_SECRET) axios.post(`https://chat.stream-io-api.com/channels/messaging/group-9527/import?api_key=${STREAM_API_KEY}`, { messages: [{ text: 'Hello in the past 888', user_id: 'some-user-id', created_at: '2021-02-11T20:51:25.030Z', }], },...
**Describe the bug** A message over 5000 characters as an initial reply in a thread results in the wrong state. **To Reproduce** Steps to reproduce the behavior: 1. Go to...
**Describe the bug** Looks like a flexbox gone wrong. **To Reproduce** Steps to reproduce the behavior: 1. Go to [this sandbox](https://codesandbox.io/s/stream-chat-react-tutorial-forked-l3pzqp?file=/src/App.tsx) 2. Click on some of the threaded replies **Screenshots**
**Describe the bug** editing a message with url adds a bogus attachment (image). **To Reproduce** Steps to reproduce the behavior: 1. start the examples/typescript app (not relevant, any vanilla setup...