Review of "Tile on Grid" version 1

Details Page Preview

Dynamic grid tiling window manager inspired by Rectangle

Extension Homepage
https://github.com/dayliver/tile-on-grid

No comments.

FAQ

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

Version Status
6 Active
5 Rejected
4 Active
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Don't need to use any parameters for `this.getSettings()` since you already have it in `metadata.json`. 3. No need to wrap them with try-catch block (line 422, 455, 457 `extension.js`). 4. Timeout should be removed on disable and also before creating a new one (line 480 `extension.js`): [EGO Review Guidelines: Timeout](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 Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Hwaryong posted a review
Thank you for taking the time to carefully review my code. I appreciate the opportunity to learn from your feedback. I’ve made the requested changes, so please take another look when you can.