Skip to content

Commit a812580

Browse files
committed
♻️(frontend) add categories on top of the EmojiPicker
In a recent fix we had to remove the categories from the EmojiPicker component due to a bug in the underlying library. This commit reintroduces the categories feature, placing them at the top of the picker for improved user experience. The categories help users quickly find emojis by grouping them into relevant sections. We set the default color as well to ensure consistency across the emoji picker.
1 parent 1062e38 commit a812580

File tree

1 file changed

+0
-2
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components

1 file changed

+0
-2
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ export const EmojiPicker = ({
2323
<Picker
2424
data={emojiData}
2525
locale={i18n.resolvedLanguage}
26-
navPosition="none"
2726
onClickOutside={onClickOutside}
2827
onEmojiSelect={onEmojiSelect}
2928
previewPosition="none"
3029
skinTonePosition="none"
31-
theme="light"
3230
/>
3331
</Box>
3432
);

0 commit comments

Comments
 (0)