mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
compose: Show loading spinner in "Schedule" button.
We now showing spinner in the "Schedule" button while the message is being schedules similar to how we show the spinner for "Send" button. Fixes #25182.
This commit is contained in:
@@ -134,7 +134,8 @@
|
||||
<img class="loader" alt="" src="" />
|
||||
<span>{{t 'Send' }}</span>
|
||||
</button>
|
||||
<button id="compose-schedule-confirm-button" class="button small hide animated-purple-button" tabindex=0>
|
||||
<button id="compose-schedule-confirm-button" class="button small compose-submit-button hide animated-purple-button" tabindex=0>
|
||||
<img class="loader" alt="" src="" />
|
||||
<span>{{t 'Schedule' }}</span>
|
||||
</button>
|
||||
<button class="animated-purple-button message-control-button" id="send_later" tabindex=0 type="button" data-tippy-content="{{t 'Send later' }}">
|
||||
|
Reference in New Issue
Block a user