{selected_category && selected_category.name ? selected_category.display_name + ' ' + selected_category.icon : $t('categories.select_category')}
{#if isOpen}
{isEmojiPickerVisible ? $t('adventures.hide') : $t('adventures.hide')} {$t('adventures.emoji_picker')}
{$t('adventures.add')}
{#if isEmojiPickerVisible}
{/if}
{#each categories .slice() .sort((a, b) => (b.num_adventures || 0) - (a.num_adventures || 0)) as category}
selectCategory(category)} role="option" aria-selected={selected_category && selected_category.id === category.id} >
{category.display_name} {category.icon} ({category.num_adventures})
{/each}
{/if}