Review of "Search Light 50" version 8

Details Page Preview

A simple search bar for GNOME 50. ctrl + space to open the search bar repo: https://github.com/Apwlp/search-bar-g50


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 did not find any issues.

All Versions

Version Status
8 Rejected
7 Rejected
6 Rejected
5 Rejected
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Don't need to use any parameters for `this.getSettings()` since you already have that in `metadata.json`. ```json "settings-schema": "org.gnome.shell.extensions.desktop-folder-widget", ``` 2. Please add the repo url to the `url` in `metadata.json`. 3. Remove unnecessary try-catch wrappers in `extension.js`: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) 4. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup.