Alle Personen
{#if creating}
createError = ''}
onblur={() => setTimeout(() => { creating = false; newName = ''; createError = ''; }, 150)}
autofocus
/>
{#if createError}
{createError}
{/if}
{/if}
{#each tabs as tab}
{@const count = tabCount(tab.key)}
{#if count > 0 || tab.key === 'all'}
{/if}
{/each}