mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 03:46:43 -06:00
frontend: collapse categories in about-misskey emojis
This commit is contained in:
parent
4f3c458de8
commit
f4612f5656
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</div>
|
||||
</MkFoldableSection>
|
||||
|
||||
<MkFoldableSection v-for="category in customEmojiCategories" v-once :key="category">
|
||||
<MkFoldableSection v-for="category in customEmojiCategories" v-once :key="category" :expanded="false">
|
||||
<template #header>{{ category || i18n.ts.other }}</template>
|
||||
<div :class="$style.emojis">
|
||||
<XEmoji v-for="emoji in customEmojis.filter(e => e.category === category)" :key="emoji.name" :emoji="emoji"/>
|
||||
|
|
Loading…
Reference in a new issue