mirror of https://github.com/zulip/zulip.git
help-docs: Document "Resolve/Unresolve topic" mobile app feature.
Adds a new tab with the resolve/unresolve topic instructions for mobile app users. Makes the instructions a little more explicit so that users know they won't see the menu unless they press and hold the topic long enough. Also improves the wording of the instructions to access the long-press menu so that users are more likely to read it as saying that the whole area of a given topic, extending the whole width of the screen, is the region they can press to act on that topic. Fixes #22144.
This commit is contained in:
parent
a2d42ace2f
commit
a4c3499c11
|
@ -1 +1 @@
|
|||
1. Press and hold the topic bar to access the long-press menu.
|
||||
1. Press and hold a topic until the long-press menu appears.
|
||||
|
|
|
@ -55,6 +55,14 @@ on when topic editing is allowed.
|
|||
You can also click on the **✔** icon in the message recipient bar to
|
||||
mark an unresolved topic as resolved.
|
||||
|
||||
{tab|mobile}
|
||||
|
||||
{!topic-long-press-menu.md!}
|
||||
|
||||
1. Tap **Resolve topic**.
|
||||
|
||||
{!topic-long-press-menu-tip.md!}
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Mark a topic as unresolved
|
||||
|
@ -72,6 +80,14 @@ on when topic editing is allowed.
|
|||
You can also click on the **✔** icon in the message recipient bar to
|
||||
mark a resolved topic as unresolved.
|
||||
|
||||
{tab|mobile}
|
||||
|
||||
{!topic-long-press-menu.md!}
|
||||
|
||||
1. Tap **Unresolve topic**.
|
||||
|
||||
{!topic-long-press-menu-tip.md!}
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Details
|
||||
|
|
Loading…
Reference in New Issue