Review of "Gemoji — GNOME Emoji Picker" version 3

Details Page Preview

Quickly find and insert emojis from a compact GNOME Shell picker. Uses clipboard to copy emojis.

Extension Homepage
https://github.com/IshuSinghSE/gnome-emoji-picker

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Please fix these and it can get approved: 1. Avoid sending unnecessary lines. Something like 88-107 `searchManager.js` can be written like this: ```js return actor?.text ?? ''; ``` The same should be applied to other parts of unnecessary lines. 2. Avoid using unnecessary `=== 'function'` and try-catch wrappers. Something like `get_allocation()`, adding and removing keybindings should be wrapped in try-catch block.