Review of "Touch-UX" version 1

Details Page Preview

Provides a swipe up gesture bar and a status bar shortcut to force the on screen keyboard to show in scenarios that it does not automatically show when expected.

Extension Homepage
https://github.com/Daniel-Blandford/Touch-UX

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 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Remove line 12-23 and use `ExtensionUtils.getSettings()`: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 2. Move line 24-30 (extension.js) to enable and null them out in disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 3. Also do these in disable: ```js statusBarButton = null; settings = null; pMonitor = null; gestureBar = null; gestureContainer = null; ``` 4. Remove the timeout in disable (line 175 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions