unread_count: Set normal counters on stream, topic rows.

This commit is contained in:
Karl Stolley 2024-11-06 12:17:02 -05:00
parent c551d95c9f
commit aa7c90c826
No known key found for this signature in database
GPG Key ID: DB405205CD28EF88
2 changed files with 2 additions and 2 deletions

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>