{#if data.combinedChangelog.length > 0} { data.combinedChangelog = []; }} open log={data.combinedChangelog} /> {/if}
{#if $theme === 'noel'} {#each { length: 100 } as _}
{/each} {/if}
{#if !scanningTickets && !showingTicket} {#each announcements.filter(({ id }) => !announcementHiddenByUser(id)) as { title, bodyHtml, warning, id } (id)}
{title}
{@html bodyHtml}
{ window.localStorage.setItem(`hideAnnouncement${id}`, 'true'); announcements = announcements.filter((a) => a.id !== id); }}>
{/each} {/if}