2023-08-09 07:23:30 +02:00
|
|
|
{{#if is_stream}}
|
|
|
|
{{> inbox_stream_header_row}}
|
|
|
|
{{else}}
|
2023-09-12 04:25:21 +02:00
|
|
|
<div id="inbox-row-conversation-{{conversation_key}}" class="inbox-row {{#if is_hidden}}hidden_by_filters{{/if}} {{#if is_collapsed}}collapsed_container{{/if}}" tabindex="0">
|
2023-09-14 19:27:42 +02:00
|
|
|
<div class="inbox-focus-border">
|
|
|
|
<div class="inbox-left-part-wrapper">
|
|
|
|
<div class="inbox-left-part">
|
|
|
|
<div class="hide fake-collapse-button" tabindex="0"></div>
|
|
|
|
{{#if is_direct}}
|
2023-09-22 12:47:56 +02:00
|
|
|
<a class="recipients_info {{#unless user_circle_class}}inbox-group-or-bot-dm{{/unless}}" href="{{dm_url}}">
|
|
|
|
<span class="user_block">
|
|
|
|
{{#if is_bot}}
|
|
|
|
<span class="zulip-icon zulip-icon-bot" aria-hidden="true"></span>
|
|
|
|
{{else if is_group}}
|
|
|
|
<span class="fa fa-group" aria-hidden="true"></span>
|
|
|
|
{{else}}
|
|
|
|
<span class="{{user_circle_class}} user_circle"></span>
|
|
|
|
{{/if}}
|
|
|
|
<span class="recipients_name">{{{rendered_dm_with}}}</span>
|
|
|
|
</span>
|
2023-09-14 19:27:42 +02:00
|
|
|
</a>
|
|
|
|
<span class="unread_count tippy-zulip-tooltip on_hover_dm_read" data-user-ids-string="{{user_ids_string}}" data-tippy-content="{{t 'Mark as read' }}" role="button" tabindex="0" aria-label="{{t 'Mark as read' }}">{{unread_count}}</span>
|
|
|
|
{{else if is_topic}}
|
|
|
|
{{!-- Invisible user circle element for alignment of topic text with DM user name --}}
|
|
|
|
<span class="user_circle_green user_circle invisible"></span>
|
|
|
|
<div class="inbox-topic-name">
|
|
|
|
<a tabindex="-1" href="{{topic_url}}">{{topic_name}}</a>
|
|
|
|
</div>
|
2023-09-19 14:43:02 +02:00
|
|
|
<span class="unread_mention_info tippy-zulip-tooltip
|
|
|
|
{{#unless mention_in_unread}}hidden{{/unless}}"
|
|
|
|
data-tippy-content="{{t 'You have mentions'}}">@</span>
|
2023-09-14 19:27:42 +02:00
|
|
|
<span class="unread_count tippy-zulip-tooltip on_hover_topic_read"
|
|
|
|
data-stream-id="{{stream_id}}" data-topic-name="{{topic_name}}"
|
|
|
|
data-tippy-content="{{t 'Mark as read' }}" role="button" tabindex="0" aria-label="{{t 'Mark as read' }}">
|
|
|
|
{{unread_count}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2023-08-09 07:23:30 +02:00
|
|
|
</div>
|
2023-09-19 18:48:02 +02:00
|
|
|
{{#unless is_direct}}
|
|
|
|
<div class="inbox-right-part-wrapper">
|
|
|
|
<div class="inbox-right-part">
|
2023-10-08 11:52:25 +02:00
|
|
|
{{#if is_topic}}
|
|
|
|
{{#if development}}
|
|
|
|
<span class="visibility-policy-indicator change_visibility_policy hidden-for-spectators" data-stream-id="{{stream_id}}" data-topic-name="{{topic_name}}" tabindex="0">
|
|
|
|
{{#if (eq visibility_policy all_visibility_policies.FOLLOWED)}}
|
|
|
|
<i class="zulip-icon zulip-icon-follow recipient_bar_icon" data-tippy-content="{{t 'You follow this topic'}}"
|
|
|
|
role="button" aria-haspopup="true" aria-label="{{t 'You follow this topic' }}"></i>
|
|
|
|
{{else if (eq visibility_policy all_visibility_policies.UNMUTED)}}
|
|
|
|
<i class="zulip-icon zulip-icon-unmute-new recipient_bar_icon" data-tippy-content="{{t 'You have unmuted this topic'}}"
|
|
|
|
role="button" aria-haspopup="true" aria-label="{{t 'You have unmuted this topic' }}"></i>
|
|
|
|
{{else if (eq visibility_policy all_visibility_policies.MUTED)}}
|
|
|
|
<i class="zulip-icon zulip-icon-mute-new recipient_bar_icon" data-tippy-content="{{t 'You have muted this topic'}}"
|
|
|
|
role="button" aria-haspopup="true" aria-label="{{t 'You have muted this topic' }}"></i>
|
|
|
|
{{else}}
|
|
|
|
<i class="zulip-icon zulip-icon-inherit recipient_bar_icon" data-tippy-content="{{t 'You will get default notifications for this topic'}}"
|
|
|
|
role="button" aria-haspopup="true" aria-label="{{t 'You will get default notifications for this topic' }}"></i>
|
|
|
|
{{/if}}
|
|
|
|
</span>
|
|
|
|
{{else}}
|
|
|
|
<span class="visibility-policy-indicator" tabindex="0">
|
|
|
|
{{#if stream_muted}}
|
|
|
|
<i class="zulip-icon zulip-icon-unmute stream_muted {{#if topic_unmuted}}on_hover_topic_mute {{else}}on_hover_topic_unmute {{/if}} recipient_bar_icon tippy-zulip-tooltip" data-stream-id="{{stream_id}}" data-topic-name="{{topic_name}}" role="button"
|
|
|
|
{{#if topic_unmuted}} data-tippy-content="{{t 'Mute topic' }}" aria-label="{{t 'Mute topic' }}" {{else}} data-tippy-content="{{t 'Unmute topic' }}" aria-label="{{t 'Unmute topic' }}" {{/if}} data-tippy-trigger="mouseenter"></i>
|
|
|
|
{{else}}
|
|
|
|
<i class="zulip-icon zulip-icon-mute stream_unmuted {{#if topic_muted}}on_hover_topic_unmute {{else}}on_hover_topic_mute {{/if}} recipient_bar_icon tippy-zulip-tooltip" data-stream-id="{{stream_id}}" data-topic-name="{{topic_name}}" role="button"
|
|
|
|
{{#if topic_muted}} data-tippy-content="{{t 'Unmute topic' }}" aria-label="{{t 'Unmute topic' }}" {{else}} data-tippy-content="{{t 'Mute topic' }}" aria-label="{{t 'Mute topic' }}" {{/if}} data-tippy-trigger="mouseenter"></i>
|
|
|
|
{{/if}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
2023-09-19 18:48:02 +02:00
|
|
|
<div class="inbox-action-button inbox-topic-menu"
|
|
|
|
{{#if is_topic}}data-stream-id="{{stream_id}}" data-topic-name="{{topic_name}}"
|
2023-09-19 19:22:55 +02:00
|
|
|
data-topic-url="{{topic_url}}"{{/if}} tabindex="0">
|
2023-09-19 18:48:02 +02:00
|
|
|
<i class="zulip-icon zulip-icon-more-vertical" aria-hidden="true"></i>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/unless}}
|
2023-08-09 07:23:30 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|