rugk
rugk
BTW a good alternative/data source may also be https://milesj.gitbook.io/emojibase/ (also 140 emoticons as far as I see, and it is maintained, so we would not need to maintain it by...
Uhhh, that is unfortunate. The problem seems to be [Chrom/ium only supports the sync and local settings storage](https://developer.chrome.com/extensions/storage#limits), i.e. no *managed* at all. The question is just, why does `browser.storage.managed`...
Hmm ok, so what's the issue in Chrome/ium then… maybe the fact that we use Promises is bad and it needs [this polyfill](https://github.com/mozilla/webextension-polyfill)?
Marking as blocked by https://github.com/threema-ch/threema-web/issues/860, because I just claim right now it's their issue, not mine… :stuck_out_tongue_winking_eye:
Unblcoked, because we shall fire some event. Test: https://plnkr.co/edit/cu4Vn3FnfplkMvyW78Je?p=preview (does not work though for other reasons, maybe iframe embed issues?)
We can fire some event? I'll set this up as a TODO for the next release then…
Hmm… but this is likely a behavior of emoji-mart or preact… Likely hard to influence… :thinking:
Resources are already served locally and I've already optimized emoji-mart in the best way I can think of (https://github.com/rugk/awesome-emoji-picker/issues/8), so I really guess there is nothing I can do here...
The problem is likely the startup time of React/preact that needs to init it's own system and start the things. On a website like Trello, that then likely is already...
> I still have to use the mouse to focus the search box to type the keyword search This is tracked in https://github.com/rugk/awesome-emoji-picker/issues/28. > using some controls like the arrow...