{#if submission !== ''} {#await threads(submission)} {:then threads}
    {#each threads .filter( (thread) => thread.categories.some( (category) => category.name.includes('Release Discussion') ) ) .sort((a, b) => b.createdAt - a.createdAt) as thread}
  1. {new Date(thread.createdAt * 1000).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })} `} use:tooltip > {thread.title.replace('[Spoilers]', '')}
  2. {/each}
{:catch}

Threads could not be loaded. You might have been rate-limited.

Try again in a few minutes. If the problem persists, please contact @fuwn on AniList.

{/await} {:else}

Enter a username to search for to continue. {/if}