message_header: Improve loading indicator on resolve/unresolve button.

This commit improves the loading indicator on the resolve/unresolve
button via the `show_button_loading_indicator` method from
`web/src/buttons.ts` module.
This commit is contained in:
Sayam Samal
2025-06-03 03:17:36 +05:30
committed by Tim Abbott
parent e091e19031
commit 2e070272cb
4 changed files with 21 additions and 22 deletions

View File

@@ -60,7 +60,6 @@
{{else}}
{{> components/icon_button icon="check" intent="neutral" custom_classes="on_hover_topic_resolve recipient-bar-control recipient-bar-control-icon hidden-for-spectators" data-tippy-content=(t "Mark as resolved") aria-label=(t "Mark as resolved") }}
{{/if}}
<div class="toggle_resolve_topic_spinner recipient_bar_icon" style="display: none"></div>
{{/if}}
{{! visibility policy menu }}