Enhance Discord emoji selection with Unicode support and improved UI

- Added support for Unicode emojis in the Discord emoji selector, allowing users to search and select from a comprehensive emoji library.
- Refactored the emoji selection component to include a category sidebar and skin tone options, improving user experience and accessibility.
- Updated localization files to include new emoji-related terms and categories in both English and German.
- Introduced a new dependency on `@emoji-mart/data` for better emoji management and search functionality.
- Enhanced the overall layout and functionality of the emoji picker, ensuring a more intuitive interface for users.
This commit is contained in:
TheOnlyMace
2026-07-25 15:59:53 +02:00
parent ef1803f0ab
commit dba7bb3cdc
6 changed files with 481 additions and 195 deletions

View File

@@ -12,6 +12,7 @@
"prisma:generate": "prisma generate --schema=../bot/prisma/schema.prisma"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@nexumi/shared": "workspace:^",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.2.3",