Merge branch 'loading-empty'
This commit is contained in:
commit
f8f13da314
5
.changeset/dry-feet-refuse.md
Normal file
5
.changeset/dry-feet-refuse.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"ottawa-boardgame-sell-bgg": minor
|
||||
---
|
||||
|
||||
feat: add empty-state progress loader
|
@ -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