mirror of https://github.com/zulip/zulip.git
portico: Fix up /features.
Replace "PERSISTENCE" feature with "MUTE USER". All feature tiles now have Help Center links.
This commit is contained in:
parent
9b696cf212
commit
467028511c
|
@ -193,20 +193,19 @@
|
||||||
<p>Enjoy the benefits of threaded conversations while
|
<p>Enjoy the benefits of threaded conversations while
|
||||||
controlling your audience and privacy.</p>
|
controlling your audience and privacy.</p>
|
||||||
</a>
|
</a>
|
||||||
<div class="feature-block">
|
<a class="feature-block" href="/help/mute-a-user" target="_blank" rel="noopener noreferrer">
|
||||||
<h3>PERSISTENCE</h3>
|
<h3>MUTE USER</h3>
|
||||||
<p>We’re always receiving messages for you, even when
|
<p>Users can mute anyone they'd rather not interact with.</p>
|
||||||
you’re logged out or away from your computer.</p>
|
</a>
|
||||||
</div>
|
|
||||||
<a class="feature-block" href="/help/edit-or-delete-a-message" target="_blank" rel="noopener noreferrer">
|
<a class="feature-block" href="/help/edit-or-delete-a-message" target="_blank" rel="noopener noreferrer">
|
||||||
<h3>MESSAGE EDITING</h3>
|
<h3>MESSAGE EDITING</h3>
|
||||||
<p>Don’t worry, you can always fix that typo, either in
|
<p>Don’t worry, you can always fix that typo, either in
|
||||||
the body of message or its topic.</p>
|
the body of message or its topic.</p>
|
||||||
</a>
|
</a>
|
||||||
<div class="feature-block">
|
<a class="feature-block" href="/help/status-and-availability#typing-notifications" target="_blank" rel="noopener noreferrer">
|
||||||
<h3>TYPING NOTIFICATIONS</h3>
|
<h3>TYPING NOTIFICATIONS</h3>
|
||||||
<p>Know when other users are composing messages to you.</p>
|
<p>Know when other users are composing messages to you.</p>
|
||||||
</div>
|
</a>
|
||||||
<a class="feature-block" href="/help/view-and-edit-your-message-drafts" target="_blank" rel="noopener noreferrer">
|
<a class="feature-block" href="/help/view-and-edit-your-message-drafts" target="_blank" rel="noopener noreferrer">
|
||||||
<h3>SAVED DRAFTS</h3>
|
<h3>SAVED DRAFTS</h3>
|
||||||
<p>Zulip’s drafts make it easy to write longer messages
|
<p>Zulip’s drafts make it easy to write longer messages
|
||||||
|
|
|
@ -39,3 +39,7 @@ There are several ways to access an existing PM or group PM.
|
||||||
able to select PMs or group PMs with that user.
|
able to select PMs or group PMs with that user.
|
||||||
* Open the compose box, and enter in a (list of) users. Type `Ctrl + .` (or
|
* Open the compose box, and enter in a (list of) users. Type `Ctrl + .` (or
|
||||||
`Cmd + .` on a mac) to open that conversation.
|
`Cmd + .` on a mac) to open that conversation.
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [Typing notifications](/help/status-and-availability#typing-notifications)
|
||||||
|
|
|
@ -85,3 +85,7 @@ the UI will be frozen as the time you enabled this setting.
|
||||||
Note that because this setting works by making your availability stop
|
Note that because this setting works by making your availability stop
|
||||||
updating, you'll still appear to other users as active for a few
|
updating, you'll still appear to other users as active for a few
|
||||||
minutes after disabling updates to your availability.
|
minutes after disabling updates to your availability.
|
||||||
|
|
||||||
|
## Typing notifications
|
||||||
|
|
||||||
|
Zulip displays typing notifications in private messages.
|
||||||
|
|
Loading…
Reference in New Issue