help: Improve emoji reactions documentation.

This commit is contained in:
Lauryn Menard
2025-07-29 19:31:46 +02:00
committed by Tim Abbott
parent c7a4d0f470
commit 7aa93d3447
5 changed files with 46 additions and 44 deletions

View File

@@ -14,13 +14,10 @@ message.
{!message-actions.md!}
1. Click the **smiley face** (<i class="zulip-icon zulip-icon-smile"></i>) icon.
!!! warn ""
For messages that you've sent, click on the **ellipsis**
(<i class="zulip-icon zulip-icon-more-vertical-spread"></i>) and then
**Add emoji reaction**.
1. Click the **Add emoji reaction** (<i class="zulip-icon
zulip-icon-smile"></i>) icon. On messages that you sent, click on the
**ellipsis** (<i class="zulip-icon zulip-icon-more-vertical-spread"></i>),
then **Add emoji reaction**.
1. Select an emoji. Type to search, use the arrow keys, or click on an emoji
with your mouse.
@@ -32,7 +29,8 @@ message.
!!! keyboard_tip ""
You can react to the selected message with 👍 by using the <kbd>+</kbd> shortcut.
Use <kbd>:</kbd> to add any reaction, <kbd>=</kbd> to add the first
emoji reaction added by others, or <kbd>+</kbd> to react with 👍.
{tab|mobile}
@@ -111,28 +109,7 @@ so](#toggle-whether-names-of-reacting-users-are-displayed) is enabled.
## View your messages with reactions
To see how others have responded to your messages, you can view all your
messages which have received at least one reaction.
{start_tabs}
{tab|desktop-web}
1. Click on <i class="zulip-icon zulip-icon-smile"></i> **Reactions** in the left
sidebar. If the **views** section is collapsed, click on
the **ellipsis** (<i class="zulip-icon zulip-icon-more-vertical"></i>),
and select <i class="zulip-icon zulip-icon-smile"></i> **Reactions**.
1. Browse your reactions. You can click on a message recipient bar to go
to the [conversation](/help/reading-conversations) where you sent the message.
!!! tip ""
You can also [search all messages with reactions](/help/search-for-messages) using the
`has:reaction` filter.
{end_tabs}
{!view-emoji-reactions.md!}
## Related articles

View File

@@ -0,0 +1,22 @@
The reactions view lets you see all of your messages that have received at least
one [emoji reaction](/help/emoji-reactions). You can see what resonated with
others, or confirm that key stakeholders have seen and responded to a message.
{start_tabs}
{tab|desktop-web}
1. Click on <i class="zulip-icon zulip-icon-smile"></i> **Reactions** in the left
sidebar. If the **views** section is collapsed, click on
the **ellipsis** (<i class="zulip-icon zulip-icon-more-vertical"></i>),
and select <i class="zulip-icon zulip-icon-smile"></i> **Reactions**.
1. Browse your reactions. You can click on a message recipient bar to go
to the [conversation](/help/reading-conversations) where you sent the message.
!!! tip ""
You can also [search all messages with reactions](/help/search-for-messages) using the
`has:reaction` filter.
{end_tabs}

View File

@@ -129,6 +129,7 @@ reference in the Zulip app to add more to your repertoire as needed.
### For a selected message (outlined in blue)
* **Toggle message actions menu**: <kbd>I</kbd>
* **Edit message or view original message**: <kbd>E</kbd>
* **Show message sender's user card**: <kbd>U</kbd>
* **View read receipts**: <kbd>Shift</kbd> + <kbd>V</kbd> — Same shortcut
@@ -139,8 +140,9 @@ reference in the Zulip app to add more to your repertoire as needed.
<kbd>H</kbd>. Viewing message edit history [must be
allowed](/help/restrict-message-edit-history-access).
* **Star message**: <kbd>Ctrl</kbd> + <kbd>S</kbd>
* **React with 👍**: <kbd>+</kbd>
* **Add emoji reaction**: <kbd>:</kbd>
* **Toggle first emoji reaction**: <kbd>=</kbd>
* **React with 👍**: <kbd>+</kbd>
* **Mark as unread from selected message**: <kbd>Shift</kbd> + <kbd>U</kbd>
* **Collapse/show message**: <kbd>-</kbd>
* **Toggle topic mute**: <kbd>Shift</kbd> + <kbd>M</kbd>. This works in both
@@ -175,11 +177,8 @@ Keyboard navigation (e.g., arrow keys) works as expected.
* **Toggle gear menu**: <kbd>G</kbd>
* **Open personal menu**: <kbd>G</kbd> + <kbd class="arrow-key"></kbd>
* **Open help menu**: <kbd>G</kbd> + <kbd class="arrow-key"></kbd>
### For a selected message (outlined in blue)
* **Toggle emoji reactions menu**: <kbd>:</kbd>
* **Toggle message actions menu**: <kbd>I</kbd>
* **Toggle message actions menu** for a selected message (outlined in blue):
<kbd>I</kbd>
## Channel settings

View File

@@ -76,6 +76,10 @@ You can [star messages](/help/star-a-message) that you plan to follow up on late
{!view-starred-messages.md!}
### Reactions
{!view-emoji-reactions.md!}
## Related articles
* [Getting started with Zulip](/help/getting-started-with-zulip)

View File

@@ -293,6 +293,14 @@
<td class="definition">{{t 'Star selected message' }}</td>
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>S</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Add emoji reaction to selected message' }}</td>
<td><span class="hotkey"><kbd>:</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Toggle first emoji reaction on selected message' }}</td>
<td><span class="hotkey"><kbd>=</kbd></span></td>
</tr>
<tr>
<td class="definition rendered_markdown">
{{t 'React to selected message with' }}
@@ -303,10 +311,6 @@
</td>
<td><span class="hotkey"><kbd>+</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Toggle first emoji reaction on selected message' }}</td>
<td><span class="hotkey"><kbd>=</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Mark as unread from selected message' }}</td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>U</kbd></span></td>
@@ -382,10 +386,6 @@
<td class="definition">{{t 'Open message menu' }}</td>
<td><span class="hotkey"><kbd>I</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Open reactions menu' }}</td>
<td><span class="hotkey"><kbd>:</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Show keyboard shortcuts' }}</td>
<td><span class="hotkey"><kbd>?</kbd></span></td>