Review of "TileFlow" version 1

Details Page Preview

Auto-tile windows: maximize singles, 50/50 left-right pairs, new workspace for extras.

Extension Homepage
https://github.com/visnudeva/TileFlow

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 did not find any issues.

All Versions

Version Status
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup. 2. Remove try-catch wrappers: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) 3. Hard to trace for cleanup in reviews (line 590, 618, 647 `extension.js`). 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
visnudeva posted a review
Replaced all manual connect/disconnect and try/finally with connectObject/disconnectObject and explicit GLib source tracking; former untracked timeouts at lines 590/618/647 are now stored in Maps and cleaned up in disable() and tested.