Review of "Bluetooth File Sender" version 1 (1)

Details Page Preview

Send files through Bluetooth.

Extension Homepage
https://gitlab.com/Cb1493/bluetooth-file-sender

No comments.

FAQ

Files

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

All Versions

Version Status
1.1.1 (8) Active
1.1.1 (7) Active
1.1.1 (6) Inactive
1.1.1 (5) Rejected
1.0.1 (4) Active
1 (3) Rejected
1 (2) Rejected
1 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Also null out in disable: ```js myPopup = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. Please remove unused variables (`panelButton` and `panelButtonText` line 10 `extension.js`). 3. `42` would be enough for the `shell-version` in `metadata.json`. It means all 42 minor versions are supported. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
poolside_extensions posted a review
All necessary changes made: added myPopup = null, removed the unused variables, and changed the shell version to just 42. I also updated the version name to 1.0.1.