2024-03-05 12:03:05 +01:00
|
|
|
|
<div id="introduce-zulip-view-modal">
|
|
|
|
|
<p>
|
|
|
|
|
{{#if (eq zulip_view "inbox")}}
|
2024-07-09 23:59:25 +02:00
|
|
|
|
{{#tr}}You’ll see a list of <b>conversations</b> where you have <b>unread messages</b>, organized by channel.{{/tr}}
|
2024-03-05 13:18:56 +01:00
|
|
|
|
{{else if (eq zulip_view "recent_conversations")}}
|
2024-07-09 23:59:25 +02:00
|
|
|
|
{{#tr}}You’ll see a list of <b>ongoing conversations</b>.{{/tr}}
|
2024-03-05 12:03:05 +01:00
|
|
|
|
{{/if}}
|
2024-09-27 19:56:44 +02:00
|
|
|
|
{{#tr}}Each conversation is <b>labeled with a topic</b> by the person who started it.{{/tr}}
|
2024-03-05 12:03:05 +01:00
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
{{t 'Click on a conversation to view it. To return here, you can:'}}
|
|
|
|
|
<ul>
|
|
|
|
|
<li>{{#tr}}Use the <b>back</b> button in your browser or desktop app.{{/tr}}</li>
|
|
|
|
|
<li>
|
|
|
|
|
{{#if (eq zulip_view "inbox")}}
|
|
|
|
|
{{#tr}}
|
|
|
|
|
Click <z-icon-inbox></z-icon-inbox> <b>Inbox</b> in the left sidebar.
|
|
|
|
|
{{#*inline "z-icon-inbox"}}<i class="zulip-icon zulip-icon-inbox" aria-hidden="true"></i>{{/inline}}
|
|
|
|
|
{{/tr}}
|
2024-03-05 13:18:56 +01:00
|
|
|
|
{{else if (eq zulip_view "recent_conversations")}}
|
|
|
|
|
{{#tr}}
|
2024-03-06 11:36:48 +01:00
|
|
|
|
Click <z-icon-recent></z-icon-recent> <b>Recent conversations</b> in the left sidebar.
|
|
|
|
|
{{#*inline "z-icon-recent"}}<i class="zulip-icon zulip-icon-recent" aria-hidden="true"></i>{{/inline}}
|
2024-03-05 13:18:56 +01:00
|
|
|
|
{{/tr}}
|
2024-03-05 12:03:05 +01:00
|
|
|
|
{{/if}}
|
|
|
|
|
</li>
|
|
|
|
|
{{#if current_home_view_and_escape_navigation_enabled}}
|
|
|
|
|
<li>
|
|
|
|
|
{{#tr}}
|
|
|
|
|
Use <z-button>Esc</z-button> to go to your home view.
|
2024-11-19 21:43:29 +01:00
|
|
|
|
{{#*inline "z-button"}}<span class="keyboard-button">{{> @partial-block}}</span>{{/inline}}
|
2024-03-05 12:03:05 +01:00
|
|
|
|
{{/tr}}
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</ul>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|