Skip to content

Commit 338b437

Browse files
committed
Performance fix; replace spinner by icon.
1 parent 3a5b486 commit 338b437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/searchViewComponents/ImageList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import HoverCard from "./subcomponents/HoverCard.vue";
55
import { useFileListComposable } from "@/composables/useFileListComposable";
66
import { useBlurExplicit } from "@/composables/BlurExplicitImagesComposable";
77
import { Types } from "@/helpers/typeHelper";
8-
import { mdiRobotDead } from "@mdi/js";
8+
import { mdiRobotDead, mdiTimerSand } from "@mdi/js";
99
import NyatsImg from "@/helpers/nyats/vuetify-img-cid.vue";
1010
1111
const fileType = Types.images;
@@ -31,7 +31,7 @@ const { blurExplicit } = useBlurExplicit();
3131
>
3232
<template #placeholder>
3333
<v-row class="fill-height ma-0" align="center" justify="center">
34-
<v-progress-circular indeterminate color="ipfsPrimary" />
34+
<v-icon color="grey" size="large" :icon="mdiTimerSand" />
3535
</v-row>
3636
</template>
3737

0 commit comments

Comments
 (0)