Review of "Hot Edge" version 18

Details Page Preview

Add a hot edge that activates the overview to the bottom of the screen. This provides a better mouse-based workflow and can be an alternative to a dock.

Extension Homepage
https://github.com/jdoda/hotedge

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

Previous Reviews on this Version

JustPerfection rejected
1. You cannot create instances in global scope which is the same as init (line 29 prefs.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization You can attach it to the `prefsWidget._settings` to avoid garbage collection before window close request. 2. We have `console.*`. Don't use `log()` for different log levels: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging