-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement big emoji messages and optimize emoji filtering (#1410)
* Implement big emoji messages and optimize emoji filtering to account for emoji sequences connected by ZWJ characters * Emoji detection fixes * Emoji picker perf update by Thierry * Revert "Emoji picker perf update by Thierry" This reverts commit 326a14a. * Simplify big emoji rendering - Remove MessageBigEmoji component in favor of direct rendering in MessageSimpleText - Remove optional props from bubble components (transparent, noPadding) - Remove big emoji styling from reply messages - Use VStack with Text directly for emoji-only messages - Use xxl text size for big emojis (48/60) * Revert more files * Remove text color for emoji only rendering
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters