diff --git a/frontend/src/components/input/editor/emoji/EmojiList.vue b/frontend/src/components/input/editor/emoji/EmojiList.vue new file mode 100644 index 000000000..a08a80aeb --- /dev/null +++ b/frontend/src/components/input/editor/emoji/EmojiList.vue @@ -0,0 +1,152 @@ + + + + + {{ item.emoji }} + + :{{ item.shortcode }}: + {{ item.annotation }} + + + + + {{ $t('input.editor.emoji.empty') }} + + + + + + + diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index fa06bf173..e61a1fb96 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -844,6 +844,9 @@ "toggleHeaderCell": "Toggle header cell", "mergeOrSplit": "Merge or split", "fixTables": "Fix tables" + }, + "emoji": { + "empty": "No emoji found" } }, "multiselect": {
:{{ item.shortcode }}:
{{ item.annotation }}