add empty-state progress loader
This commit is contained in:
parent
2c219ae4cc
commit
3d6d8e8001
@ -28,7 +28,15 @@
|
||||
>.
|
||||
</p>
|
||||
|
||||
{#await data.games then games}
|
||||
{#await data.games}
|
||||
<div class="medium-height middle-align center-align">
|
||||
<div class="center-align">
|
||||
<progress class="circle"></progress>
|
||||
|
||||
<h5>gathering games...</h5>
|
||||
</div>
|
||||
</div>
|
||||
{:then games}
|
||||
<GameList {games} />
|
||||
{/await}
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user