Updates
{#if loading && updates.length === 0}

Loading updates…

{:else if error}

Couldn't load updates

{error}

{:else if updates.length === 0}

No recent library updates

Run a library update to populate this page.

{:else}
{#each groups as { label, items }}
{label}
{#each items as item (item.id)} {/each}
{/each}
{/if}