stream-chat-swiftui icon indicating copy to clipboard operation
stream-chat-swiftui copied to clipboard

SwiftUI Chat SDK ➜ Stream Chat πŸ’¬

Results 32 stream-chat-swiftui issues
Sort by recently updated
recently updated
newest added

### πŸ”— 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...

bug

### πŸ”— 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...

πŸ€– CI/CD

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

enhancement

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

enhancement

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

swiftui-repo

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

bug

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

bug
swiftui-repo