Review of "WARP Toggle" version 1

Details Page Preview

Toggle Cloudflare WARP connection from Quick Settings menu

Extension Homepage
https://github.com/mrvladus/warp-toggle-gnome-extension

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
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please move the line to the `WarpIndicator.destroy()` function. You can do `super.destroy()` at the end of that function. 2. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 3. Don't use sync spawn since that can freeze the shell process (line 51 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 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