{#if auth.loaded && auth.user}
{list.description} list settings let anyone with the link cross items off
for gift/birthday lists — visitors don't need an account to mark something as taken.
{#if !list?.share_token}share the list first to use this.{/if}
invite collaborators
create a link, then share it. whoever opens it (and logs in) joins with that role.
collaborators {formError} loading items… {loadError} this list is empty add something you want above to begin.
☑ taken{#if item.claimed_by_name} by {item.claimed_by_name}{/if}
{editError} ✦ price dropped — grab it now price check failed: {item.last_error} loading history…{list?.name ?? '…'}
{#if list?.description}
{#each invites as inv (inv.id)}
{/if}
{#each collaborators as c (c.user_id)}
{#each items as item (item.id)}
{/if}
{/if}
{item.title_fetched ?? item.title}
{#if item.in_stock === true}
in stock
{:else if item.in_stock === false}
sold out
{/if}
loading…
{/if}