Skip to content
Snippets Groups Projects
Commit 7e3b5d0a authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add skeleton loaders

parent 7bc11a67
1 merge request!329Introduce substitution to do list
Pipeline #182472 failed
......@@ -73,6 +73,34 @@ import dateSortedIteratorMixin from "../mixins/dateSortedIteratorMixin.js";
:gql-patch-mutation="gqlPatchMutation"
/>
</template>
<template #itemLoader>
<v-card class="my-2 full-width">
<div class="full-width d-flex flex-column align-stretch flex-md-row">
<v-card-text>
<v-skeleton-loader
type="avatar, heading, chip"
class="d-flex full-width align-center gap"
height="100%"
/>
</v-card-text>
<v-card-text>
<v-skeleton-loader
type="heading"
class="d-flex full-width align-center gap"
height="100%"
/>
</v-card-text>
<v-card-text>
<v-skeleton-loader
type="button"
class="d-flex full-width align-center justify-end gap"
height="100%"
/>
</v-card-text>
</div>
</v-card>
</template>
</infinite-scrolling-date-sorted-c-r-u-d-iterator>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment