mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
feat: add skeleton loading for the load more matches button
This commit is contained in:
parent
f13b044fc8
commit
ee07c7bd0d
1 changed files with 68 additions and 58 deletions
|
|
@ -151,7 +151,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-12 text-center">
|
<div class="mt-12 text-center">
|
||||||
<ul class="text-gray-900">
|
|
||||||
<div
|
<div
|
||||||
v-for="index in 10"
|
v-for="index in 10"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|
@ -209,7 +208,18 @@
|
||||||
<rect x="1077" y="90" rx="3" ry="3" width="59" height="14" />
|
<rect x="1077" y="90" rx="3" ry="3" width="59" height="14" />
|
||||||
</content-loader>
|
</content-loader>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue