feat(album): fix the loading indicator upon opening the page
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<!-- Save button -->
|
||||
<button v-if="isEditMode" :disabled="isSaving || !canSave" :title="t('save')"
|
||||
class="flex size-12 items-center justify-center rounded-full bg-hutopyPrimary shadow-lg" @click="saveChanges()">
|
||||
<template v-if="isLoading">
|
||||
<template v-if="isSaving">
|
||||
<v-progress-circular indeterminate size="20" width="2" color="white" />
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user