Review of "Stage Manager" version 2.0.1 (11)

Details Page Preview

macOS Stage Manager-like window management for GNOME. Group windows into stages only one group is visible at a time, others appear as stacked thumbnail cards in a left sidebar. Click a card to swap stages. Supports per-app mode, workspace mode, bell-curve hover animations, and 3D perspective.

Extension Homepage
https://github.com/itsdigvijaysing/gnome-stage-manager

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) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-007 warning

main loop sources should be removed before being recreated

Main loop sources should be removed before creating a new source on the same field.

Remove main loop sources

  • extension.js:2902
            this._physicsTimer = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 16, () => {
                this._offset += this._velocity;
                this._velocity *= ARC_SCROLL_FRICTION;
                const max = Math.max(0, this._groups.length - 1);
                if (this._offset < 0) { this._offset = 0; this._ve

All Versions

Version Status
2.0.4 (15) Active
2.0.3 (14) Active
2.0.3 (13) Active
2.0.2 (12) Rejected
2.0.1 (11) Rejected
2.0.0 (10) Rejected
1.4.1 (9) Active
1.4.0 (8) Rejected
1.4.0 (7) Rejected
1.4.0 (6) Rejected
1.3.2 (5) Active
1.3.1 (4) Active
1.3.1 (3) Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

AI-Developer auto- rejected
Auto-rejected because of new version 2.0.2 (12) was uploaded