mirror of https://github.com/zulip/zulip.git
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:
parent
0e20cdfa50
commit
99f8c19d6d
|
@ -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' }}">
|
||||
|
|
Loading…
Reference in New Issue