Skip to content

Commit 176db27

Browse files
committed
Merge branch 'master' into perf-message-list
2 parents 2b33db1 + ae9c579 commit 176db27

File tree

15 files changed

+16457
-21359
lines changed

15 files changed

+16457
-21359
lines changed
363 KB
Loading

docusaurus/docs/Angular/components/MessageReactionsComponent.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import MessageReactionsScreenshot from "../assets/message-reactions-screenshot.png";
2+
import MessageReactionsDetailsScreenshot from "../assets/reaction-details.png";
23
import MessageReactionsSelectorScreenshot from "../assets/message-reactions-selector-screenshot.png";
34

45
The `MessageReactions` component displays the reactions of a message, the current user can add and remove reactions. You can read more about [message reactions](https://getstream.io/chat/docs/javascript/send_reaction/?language=javascript) in the platform documentation.
@@ -7,7 +8,11 @@ The `MessageReactions` component displays the reactions of a message, the curren
78

89
<img src={MessageReactionsScreenshot} width="500" />
910

10-
**Example 2** - adding/removing a reaction:
11+
**Example 2** - displaying the reacting users:
12+
13+
<img src={MessageReactionsDetailsScreenshot} width="500" />
14+
15+
**Example 3** - adding/removing a reaction:
1116

1217
<img src={MessageReactionsSelectorScreenshot} width="500" />
1318

@@ -37,9 +42,11 @@ export class CustomMessageComponent {
3742

3843
## Customization
3944

40-
You can override the default reactions using the [`MessageReactionsService`](../services/MessageReactionsService.mdx)
45+
You can override the default reactions using the [`MessageReactionsService`](../services/MessageReactionsService.mdx).
46+
47+
You can provide your own UI for the reaction details using the [`MessageReactionsService`](../services/MessageReactionsService.mdx).
4148

42-
You can provide your own message reactions component by the [`CustomTemplatesService`](../services/CustomTemplatesService.mdx)
49+
You can provide your own message reactions component by the [`CustomTemplatesService`](../services/CustomTemplatesService.mdx).
4350

4451
[//]: # "Start of generated content"
4552
[//]: # "End of generated content"

0 commit comments

Comments
 (0)