Rename single-word Vue files to multi-word names and update references
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
11
src/components/LoadingOverlay.vue
Normal file
11
src/components/LoadingOverlay.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- The Lucia project.
|
||||
Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
Authors:
|
||||
chiayin.kuo@dsp.im (chiayin), 2023/1/31 -->
|
||||
<template>
|
||||
<div
|
||||
class="w-full h-full fixed inset-0 m-auto flex justify-center items-center bg-gradient-to-tr from-neutral-500/50 to-neutral-900/50 z-[9999]"
|
||||
>
|
||||
<span class="loader block"></span>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user