Files
zulip/web/templates/buddy_list/section_header.hbs
Evy Kassirer 8efe6a7b67 buddy_list: Fetch full subscriber data before showing user counts.
Work towards #34244.

Note that this doesn't show the right counts when the counts appear, because
yet. We can double check functionality after that change is complete.
2025-05-01 17:15:40 -07:00

9 lines
547 B
Handlebars

<i class="buddy-list-section-toggle zulip-icon zulip-icon-heading-triangle-right {{#if is_collapsed}}rotate-icon-right{{else}}rotate-icon-down{{/if}}" aria-hidden="true"></i>
<h5 id="{{id}}" class="buddy-list-heading no-style hidden-for-spectators">
<span class="buddy-list-heading-text">{{header_text}}</span>
{{!-- Hide the count until we have fetched data to display the correct count --}}
<span class="buddy-list-heading-user-count-with-parens hide">
(<span class="buddy-list-heading-user-count"></span>)
</span>
</h5>