Skip to content

Commit

Permalink
Performance fix; replace spinner by icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Sep 7, 2022
1 parent 8453c21 commit c7ea421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/searchViewComponents/ImageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import HoverCard from "./subcomponents/HoverCard.vue";
import { useFileListComposable } from "@/composables/useFileListComposable";
import { useBlurExplicit } from "@/composables/BlurExplicitImagesComposable";
import { Types } from "@/helpers/typeHelper";
import { mdiRobotDead } from "@mdi/js";
import { mdiRobotDead, mdiTimerSand } from "@mdi/js";
import NyatsImg from "@/helpers/nyats/vuetify-img-cid.vue";
const fileType = Types.images;
Expand All @@ -31,7 +31,7 @@ const { blurExplicit } = useBlurExplicit();
>
<template #placeholder>
<v-row class="fill-height ma-0" align="center" justify="center">
<v-progress-circular indeterminate color="ipfsPrimary" />
<v-icon color="grey" size="large" :icon="mdiTimerSand" />
</v-row>
</template>

Expand Down

0 comments on commit c7ea421

Please sign in to comment.