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:
Sahil Batra 2023-04-25 14:39:36 +05:30 committed by Tim Abbott
parent 0e20cdfa50
commit 99f8c19d6d
1 changed files with 2 additions and 1 deletions

View File

@ -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' }}">