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

React Chat SDK ➜ Stream Chat πŸ’¬

Results 240 stream-chat-react issues
Sort by recently updated
recently updated
newest added

**Motivation** Right now `getMessageActions` is called without any arguments. Integrators can't dynamically control the actions displayed per message. **Proposed solution** We should be able to support this custom behavior by...

feature

**Motivation** I'm very frustrated by the registerTranslation function as it requires for it's language param a TranslationLanguage. As these are a group of stringLiterals it is actually not possible from...

bug

1. Message attachment card content is no visible and creates empty space btw. the text and the avatar 2. Links are not rendered as links in the original messages ![image](https://user-images.githubusercontent.com/32706194/159239281-02f33063-e1b4-406d-972d-7f2bbd066f31.png)

**Motivation** We are trying to translate the API error messages through the `i18next` tool but I don't want to translate them directly from English, what I want is a way...

feature
status:confirmed

I'm trying to encrypt messages before sending them, but noticed that the `overrideSubmitHandler` on the `MessageInput` is never called when `dragAndDropWindow` is marked as true on the `Channel` component. It's...

Refer to the screenshot below taken from the typescript example app, ![Screenshot 2022-03-11 at 09 57 48](https://user-images.githubusercontent.com/3846977/157839493-732f3825-1967-4992-9656-0f63ce40af4a.png) This is mostly due to the recent giphy size customisability. Relevant changes: https://github.com/GetStream/stream-chat-react/pull/1374...

We are blocked [by the following issue](https://github.com/remix-run/remix/discussions/2022).

feature

**Problem:** There is a hardcoded inline height property style (height: 57px !important) that's added to the textarea via the dependency and it’s a calculation based on two props that the...

enhancement

**Motivation** Clarity in communication between consumers/applications. **Proposed solution** Change the web sdk options to better match iOS/Android or vice versa. **Acceptance Criteria** GIVEN I click reactions to choose for a...

feature