Frontend: Replaced the refreshing text with a spinner
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-09-30 23:03:48 +02:00
parent 2525b3a50a
commit 36c3507d84
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,10 @@
<a v-if="!pollRefreshing" @click.stop="refresh">{{
i18n.ts.reload
}}</a>
<span v-else>{{ i18n.ts._poll.refreshing }}</span>
<i
v-else
class="ph-circle-notch ph-bold ph-lg fa-pulse ph-fw ph-lg"
></i>
</span>
<span v-if="isVoted"> · {{ i18n.ts._poll.voted }}</span>
<span v-else-if="closed"> · {{ i18n.ts._poll.closed }}</span>