added more loaders
This commit is contained in:
@@ -8,6 +8,7 @@ import PopoverContent from '../ui/popover/PopoverContent.vue';
|
||||
import { cn } from '@/lib/utils.js'
|
||||
import { watch } from 'vue';
|
||||
import { format } from 'path';
|
||||
import Spinner from '../ui/spinner/Spinner.vue';
|
||||
|
||||
|
||||
// Props
|
||||
@@ -91,8 +92,8 @@ function formatDate(date: Date): string {
|
||||
</PopoverTrigger>
|
||||
<PopoverContent class="w-72 p-0 overflow-hidden">
|
||||
<!-- Loading -->
|
||||
<div v-if="loadingFull" class="p-4 text-sm text-muted-foreground">
|
||||
Loading profile…
|
||||
<div v-if="loadingFull" class="p-4 text-sm text-muted-foreground mx-auto flex justify-center my-5">
|
||||
<Spinner></Spinner>
|
||||
</div>
|
||||
|
||||
<!-- Profile -->
|
||||
|
||||
Reference in New Issue
Block a user