nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Translated emoji data source for localized search
Open
@susnux is already working on this.
Since Jan 17, 2025.
1. to develop
feature: emoji picker
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
It would be great if the emoji picker search could have a localized search.
There is https://github.com/milesj/emojibase which we could probably use as a different data source, but requires some experiments to see if that works.
Some resources for further investigation:
- Fork we used https://github.com/serebrov/emoji-mart-vue
- Origin issue https://github.com/missive/emoji-mart/issues/384
- Origin option to pass data source https://github.com/missive/emoji-mart#options--props
Some general concern would be that this adds ~1MB per language that we ship. We would need to dynamically load the emoji data then to make sure it doesn't add to our javascript bundles.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.