stream-chat-swiftui
stream-chat-swiftui copied to clipboard
SwiftUI Chat SDK β Stream Chat π¬
### π Issue Link GitHub Issue #219 ### π― Goal Allow for more flexible presentation of the `ChatChannelListView`. In its current form, the messages list view can only be displayed...
## What did you do? - Create `ChatMessageSearchController` - search old/previous message from the channel - go to ChatChannelView by giving selected message to `scrollToMessage` ## What did you expect...
## What are you trying to achieve? I want to update user profile and see changes in the channel afterwards. ## If possible, how can you achieve this currently? We...
### π Issue Links Resolves https://github.com/GetStream/ios-issues-tracking/issues/659 ### π― Goal Implement Performance Benchmarks ### π Notion - https://www.notion.so/stream-wiki/XCMetrics-5ef80c5ae9d44772966ab99f6c6d094a ### π Summary - https://github.com/GetStream/stream-swift-performance-benchmarks stores the benchmarks - XCMetrics are executed on...
## What are you trying to achieve? We have a config `groupMessages` and `maxTimeIntervalBetweenMessagesInGroup` to group messages. However, this doesn't work when we have custom message views. I would like...
## What are you trying to achieve? When showing a channel, we have the ability to scroll to a specific message if we know which message to scroll to, but...
Hi. Weβre getting reports that sometimes users who left a channel are still visible to other users. My assumption is that there is some kind of cache issue. Itβs easy...
Following the [issue](https://github.com/GetStream/stream-chat-swift/issues/2731) of unreliable reactions on pinned messages, I noticed a weird behavior. Adding or removing a reaction will result in the insert/removal transition of the whole message view,...
## What are you trying to achieve? In our codebase, we try to leverage the latest Swift features. For asynchronous calls, we're using the new Swift concurrency framework. I see...
## What did you do? - Select multiple images and send. ## What did you expect to happen? - Thumbnail Images should not flicker ## What happened instead? - Thumbnail...