mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user