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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 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 |
Hi, I've updated the code and removed the unnecessary/excessive code as per the previous review. If there's still anything that needs improvement, please let me know specifically what the issue is, and I'll fix it. Thanks!
1. Please remove the unnecessary try-catch wrappers: [Extension Best Practices](https://gjs.guide/extensions/review-guidelines/best-practices.html) 2. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup (`extension.js` only).
Thank you for the review.