feat: make spinner more standard, show emoji on claim-view page

This commit is contained in:
2025-10-19 18:43:21 -06:00
parent 499fbd2cb3
commit 86caf793aa
4 changed files with 22 additions and 9 deletions

View File

@@ -106,7 +106,9 @@
@click="toggleThisEmoji(emoji)"
>
<!-- Show spinner when loading -->
<div v-if="loadingEmojis" class="animate-spin text-xs">⟳</div>
<div v-if="loadingEmojis" class="animate-spin text-xs">
<font-awesome icon="spinner" class="fa-spin" />
</div>
<span v-else class="text-sm leading-none">{{ emoji }}</span>
<span class="text-xs text-slate-600 font-medium leading-none">{{
count
@@ -504,7 +506,6 @@ export default class ActivityListItem extends Vue {
);
if (userHasEmoji) {
this.$notify(
{
group: "modal",