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

💬 Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.

Results 83 stream-chat-angular issues
Sort by recently updated
recently updated
newest added

Backend generated previews set with `poster` work fine, the problem is with autogenerated previews, this could explain the problem: https://developer.apple.com/forums/thread/129377 - but they work in the React SDK

bug

When we click on jump to the latest button on iOS the jump **sometimes** takes us a few pixels (~20px) above the bottom of the page. The [`scrollToBottom`](https://github.com/GetStream/stream-chat-angular/blob/master/projects/stream-chat-angular/src/lib/message-list/message-list.component.ts#L244) method sets...

bug

We should use `ngx-popperjs` for positioning

bug

Expected behavior: if we click on a file item inside the message list the file should be opened without download, if we click on the download button, it should download...

enhancement

With jump to message implemented the `activeChannelMessages$` stream doesn't always contain the latest messages of a channel, however some chat UI components still need information about the latest messages ->...

enhancement

- How to use a custom CDN? - What features are provided by the Stream CDN guide that require custom implementation?

Hi, When using the reactions selection on a mobile, it feels more user friendly to auto close the selection panel once an icon is picked. At the moment, as it...

But make sure that this behavior doesn't clash with mentions when the user name is an email address

enhancement

What I think should work: - Create a symlink from the styles folder inside stream-chat-angular to the stream-chat-css dist folder: `cp -Rs ../stream-chat-css/dist projects/stream-chat-angular/src/assets/styles` Problem: Angular can't build the stream-chat-angular:...

infrastructure