unread_count: Set normal counters on stream, topic rows.

This commit is contained in:
Karl Stolley
2024-11-06 12:17:02 -05:00
committed by Tim Abbott
parent 8ca4a64df8
commit e4f3cf9a0e
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
@
</span>
{{/if}}
<span class="unread_count {{#unless more_topics_unreads}}zero_count{{/unless}}">
<span class="unread_count normal-count {{#unless more_topics_unreads}}zero_count{{/unless}}">
{{more_topics_unreads}}
</span>
</div>

View File

@@ -20,7 +20,7 @@
<div class="stream-markers-and-unreads">
<span class="unread_mention_info"></span>
<span class="unread_count"></span>
<span class="unread_count normal-count"></span>
<span class="masked_unread_count">
<i class="zulip-icon zulip-icon-masked-unread"></i>
</span>

View File

@@ -14,7 +14,7 @@
{{else if is_followed}}
<i class="zulip-icon zulip-icon-follow visibility-policy-icon" role="button" aria-hidden="true" data-tippy-content="{{t 'You follow this topic.'}}"></i>
{{/if}}
<span class="unread_count {{#if is_zero}}zero_count{{/if}}">
<span class="unread_count normal-count {{#if is_zero}}zero_count{{/if}}">
{{unread}}
</span>
</div>