feat: add skeleton loading for the load more matches button

This commit is contained in:
Valentin Kaelin 2019-10-21 17:50:13 +02:00
parent f13b044fc8
commit ee07c7bd0d

View file

@ -151,7 +151,6 @@
</div>
<div class="mt-12 text-center">
<ul class="text-gray-900">
<div
v-for="index in 10"
:key="index"
@ -209,7 +208,18 @@
<rect x="1077" y="90" rx="3" ry="3" width="59" height="14" />
</content-loader>
</div>
</ul>
</div>
<div class="mt-4 mx-auto" style="width: 135px; height: 40px;">
<content-loader
:height="40"
:width="135"
:speed="2"
primary-color="#17314f"
secondary-color="#2b6cb0"
>
<rect x="0" y="0" rx="6" ry="6" width="135" height="40" />
</content-loader>
</div>
</div>
</template>