Exit calendar view during loading

This commit is contained in:
2025-12-15 16:06:35 -05:00
parent bc51ca1fcf
commit cdabd66986

View File

@@ -292,6 +292,12 @@ defineExpose({ forceReload })
</div>
</div>
<div v-else class="flex justify-center h-full items-center">
<button
class="absolute top-4 right-4 inline-flex flex-none size-8 items-center justify-center rounded-md border hover:bg-muted/40 transition cursor-pointer z-50"
aria-label="Close" @click="emit('close')">
<X class="size-4" />
</button>
<Spinner class="size-8"></Spinner>
</div>
</template>