mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
help: Add mobile tab for "Rename a topic" instructions.
This commit is contained in:
committed by
Tim Abbott
parent
25fbb05fea
commit
07ff9ec4f9
@@ -17,10 +17,10 @@ is allowed to rename topics.
|
||||
|
||||
## Rename a topic
|
||||
|
||||
### Via the message recipient bar
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|via-message-recipient-bar}
|
||||
|
||||
1. Click the **edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon in
|
||||
the message recipient bar. If you do not see the
|
||||
**edit topic** (<i class="zulip-icon zulip-icon-pencil"></i>) icon, you do not
|
||||
@@ -31,11 +31,7 @@ is allowed to rename topics.
|
||||
1. Click the **save** (<i class="zulip-icon zulip-icon-check"></i>) icon
|
||||
to save your changes.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
### Via the left sidebar (alternate method)
|
||||
|
||||
{start_tabs}
|
||||
{tab|via-left-sidebar}
|
||||
|
||||
{!topic-actions.md!}
|
||||
|
||||
@@ -51,6 +47,16 @@ is allowed to rename topics.
|
||||
|
||||
1. Click **Confirm** to rename the topic.
|
||||
|
||||
{tab|mobile}
|
||||
|
||||
Access this feature by following the web app instructions in your
|
||||
mobile device browser.
|
||||
|
||||
Implementation of this feature in the mobile app is tracked [on
|
||||
GitHub](https://github.com/zulip/zulip-flutter/issues/1439). If
|
||||
you're interested in this feature, please react to the issue's
|
||||
description with 👍.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
@@ -79,6 +79,7 @@ TAB_SECTION_LABELS = {
|
||||
"via-inbox-view": "Via inbox view",
|
||||
"via-left-sidebar": "Via left sidebar",
|
||||
"via-right-sidebar": "Via right sidebar",
|
||||
"via-message-recipient-bar": "Via message recipient bar",
|
||||
"instructions-for-all-platforms": "Instructions for all platforms",
|
||||
"public-channels": "Public channels",
|
||||
"private-channels": "Private channels",
|
||||
|
||||
Reference in New Issue
Block a user