Petyo Ivanov

Results 47 issues of 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...

enhancement
sponsor-or-pr

Happens due to `scrollBy` adjustments.

bug
v1

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...

bug

**Describe the bug** Hiding deleted messages in combination with enabled date separators can lead to empty day groups: ![image](https://user-images.githubusercontent.com/13347/182336349-ff15bf54-93db-46bd-b340-c005e0e9ce14.png) **Expected behavior** Date separators should not be displayed if the entire...

bug
status:confirmed

**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...

bug
status:confirmed

**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....

feature

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', }], },...

infrastructure

**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...

bug

**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**

bug

**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...

bug