Zita Szupera

Results 40 comments of Zita Szupera

I checked the [`ChannelPreviewMessenger`](https://github.com/GetStream/stream-chat-react/blob/develop/src/components/ChannelPreview/ChannelPreviewMessenger.tsx) component, and it doesn't use `lastMessage`, not sure if we have any other component, and I wasn't able to reproduce the described behavior. I think they...

Hi, Sorry for the late response. - You're right, it makes more sense to automatically close the reaction selector once a reaction was selected. I'll update the behavior. You'll be...

Hi! Your points make sense to me: - `init()` should clean the old channel list - `init()` shouldn't deselect the previous active channel if the channel is present in the...

I will try to get this done by the end of August, but I might not be able to do so.

An update on this: unfortunately, this won't be part of our August release, no ETA for now. As a workaround, you can do this when you want to change the...

I agree that it makes more sense to have CSS variables to control avatar size. I'll try to squeeze this in the coming weeks, in the meantime, the dirty CSS...

An update on this: this is expected to be part of the next major release (v5), development on that will start shortly, we'll have a beta branch with prereleases, but...

I'll have to check running the apps on Windows. But as for macOS: I've cloned the repository and followed the steps in the [Readme](https://github.com/GetStream/stream-chat-angular#sample-app) using Node v16.20.2 and both the...

Thanks for the feedback. Unfortunately the Node version we use is dictated by Angular, which dictates the minimum supported Angular version. In any case, I'll do some testing to make...

Implementation is in progress, issue: on Safari the message list will load two pages instead of just one. This is related to a problem with `scrollTop` (that most likely not...