MartinCupela

Results 55 issues of MartinCupela

The declaration is missing key `collection` in the path `data.key`. See the attached image: ![image](https://user-images.githubusercontent.com/32706194/142847934-ad581369-6688-4ee9-b9e8-d6932e5e1b28.png) ![image](https://user-images.githubusercontent.com/32706194/142848016-033164f9-f33b-4dca-abdb-d4b6f5af352c.png)

Endpoint POST /reaction returns `EnrichedReactionAPIResponse` instead of ReactionAPIResponse: ![image](https://user-images.githubusercontent.com/32706194/142848317-3e7dd56a-d3f6-44ec-8eb9-5378232abfa5.png) The returned response body: ``` { "created_at": "2021-11-19T12:34:25.385922Z", "updated_at": "2021-11-19T12:34:25.385922Z", "id": "f7547cac-491c-11ec-87dd-a4bb6d26ac2f", "user_id": "MustermannMax", "user": { "created_at": "2021-10-07T11:17:54.858890Z", "updated_at": "2021-10-07T11:17:54.858890Z", "id":...

**Describe the bug** The channel message state is not reset after performing the below steps. **To Reproduce** Steps to reproduce the behavior: 1. Jump to a distant message set in...

bug
status:confirmed
cluster:state-management

**Describe the bug** Only direct-messages channels created upon clicking the search result are added into the channel list. **To Reproduce** Steps to reproduce the behavior: 1. Setup channel search filters...

bug
status:confirmed

### 🎯 Goal Provide own stream-chat-react carousel that would meet the following: 1. Enable image swiping on mobile device 2. Enable image swiping and snapping on desktop resolutions by mouse-dragging...

## Motivation Provide a notification system that would serve as an independent module / service, exposing API for addition and removal of notification messages. There is a component that renders...

feature
cluser:app-notifications

**Describe the bug** The channel member count change is not reflected in the UI (`ChannelHeader`). **To Reproduce** Steps to reproduce the behavior: 1. Add buttons for channel member addition (`channel.addMembers(["user_id"])`)...

bug
status:confirmed
cluster:api-events

## Motivation Make sure the V2 changes are handled by the React SDK: [fix: Thread layout - message input position #133](https://github.com/GetStream/stream-chat-css/pull/133)

feature
theming-v2

## Describe the bug Thread component does not handle the message list state, when there are not messages loaded yet, but the HTTP request to `/replies` endpoint is in progress....

bug
theming-v2
status:confirmed

### 🎯 Goal 1. When thread is open no additional pagination requests are executed for the query message list 2. When thread is open Thread's message list is scrolled to...