mirror of https://github.com/zulip/zulip.git
help: Offer links to "Recent conversations" for logged in users.
- Replaces Markdown include with `{relative|message|recent}`.
This commit is contained in:
parent
834f759e8b
commit
a9a1946819
|
@ -1 +0,0 @@
|
||||||
1. Click **Recent conversations** in the left sidebar.
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{tab|via-recent-conversations}
|
{tab|via-recent-conversations}
|
||||||
|
|
||||||
{!open-recent-conversations.md!}
|
{relative|message|recent}
|
||||||
|
|
||||||
1. Click on the name of a topic in the **Topic** column.
|
1. Click on the name of a topic in the **Topic** column.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ for catching up on messages sent while you were away.
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
{!open-recent-conversations.md!}
|
{relative|message|recent}
|
||||||
|
|
||||||
1. The filters at the top help you quickly find relevant conversations.
|
1. The filters at the top help you quickly find relevant conversations.
|
||||||
For example, select **Participated** to narrow to the topics you
|
For example, select **Participated** to narrow to the topics you
|
||||||
|
|
|
@ -73,7 +73,7 @@ stream or topic as read**.
|
||||||
|
|
||||||
{tab|via-recent-conversations}
|
{tab|via-recent-conversations}
|
||||||
|
|
||||||
{!open-recent-conversations.md!}
|
{relative|message|recent}
|
||||||
|
|
||||||
1. Click on an unread messages counter in the **Topic** column to mark all
|
1. Click on an unread messages counter in the **Topic** column to mark all
|
||||||
messages in that topic as read.
|
messages in that topic as read.
|
||||||
|
|
|
@ -75,9 +75,15 @@ scheduled_instructions = """
|
||||||
sidebar. If you do not see this link, you have no scheduled messages.
|
sidebar. If you do not see this link, you have no scheduled messages.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
recent_instructions = """
|
||||||
|
1. Click on <i class="fa fa-clock-o"></i> **Recent conversations** in the left
|
||||||
|
sidebar.
|
||||||
|
"""
|
||||||
|
|
||||||
message_info = {
|
message_info = {
|
||||||
"drafts": ["Drafts", "/#drafts", draft_instructions],
|
"drafts": ["Drafts", "/#drafts", draft_instructions],
|
||||||
"scheduled": ["Scheduled messages", "/#scheduled", scheduled_instructions],
|
"scheduled": ["Scheduled messages", "/#scheduled", scheduled_instructions],
|
||||||
|
"recent": ["Recent conversations", "/#recent", recent_instructions],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue