Multi-monitor productivity with configurable window layouts and a top bar that seamlessly follows your focus.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 14 | Unreviewed |
| 13 | Rejected |
| 12 | Rejected |
| 11 | Rejected |
| 10 | Rejected |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Active |
Kindly review this version team - added window tiling functionality - refactored for improved maintainability
1. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup. 2. What's the reason for `i18n.js`? We already have gettext that can be used in extensions. 3. Any timeouts you are creating should be removed on destroy/disable and also before creating a new one. 4. I see many unnecessary lines of AI generated code here. Some of the try-catch wrappers are not needed since nothing throws in there. Also there are unnecessary `=== 'function'` checks when it is obvious the function will be there. Also, sorry for the delay. The review queue is pact these days. Please join the GNOME Matrix channel. So you can ping the reviewers there for getting fast reviews: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions # REVIEWERS NOTE I didn't fully review this code since unnecessary lines of code detected. Next review should be diff against version 1 (not this review).