{#snippet footer(loading: boolean)}

Skoor: {data.stage}

{#if loading} {:else} {/if}

Parim: {data.highscore}

{/snippet} {#snippet playArea(albums: AlbumData | undefined, placeholder = false)} {#if placeholder} {#each { length: 2 }}
{#each { length: 3 }} {/each}
{/each}
{#each { length: 3 }} {/each}
{:else if albums} {/if} {@render footer(placeholder)} {/snippet} {#if data?.highscore && data?.stage && data.highscore === data.stage} Uus parim tulemus! {:else} Seekord ei vedanud {/if} {#if data.stage === 0} Põrusid esimesel katsel. {:else} Vastasid õigesti {data.stage} korda. {/if}
Uuesti

Paku biiti

Lohista kokku õiged albumi nimed, artistid ja pildid.

{#if data?.streamed?.albums} {#await data.streamed.albums} {@render playArea(undefined, true)} {:then albums} {@render playArea(albums as AlbumData)} {/await} {:else} {@render playArea(oldAlbums)} {/if}