Make emojiboard lightweight on low end devices (#2484)

* extract emoji search component

* extract emoji board tabs component

* extract sidebar component

* extract no stickers component

* create emoji/sticker preview atom

* extract component from emoji/sticker item and sidebar buttons

* fix image group icon not loading

* separate emojis and sticker groups logic

* extract layout and emoji group components

* add virtualization in emoji board groups

* fix scroll to alignment
This commit is contained in:
Ajay Bura
2025-09-18 06:44:08 +05:30
committed by GitHub
parent 31c6d13fdf
commit 31efbf73b7
13 changed files with 973 additions and 825 deletions

View File

@@ -1 +1,2 @@
export * from './EmojiBoard';
export * from './types';