From a812580d6cc15c9ad56e42646e25d9db5e7e1ff1 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 12 Sep 2025 14:17:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(frontend)=20add=20categories?= =?UTF-8?q?=20on=20top=20of=20the=20EmojiPicker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../src/features/docs/doc-editor/components/EmojiPicker.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx index 514f8890..de4a5c90 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx @@ -23,12 +23,10 @@ export const EmojiPicker = ({ );