Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Do you want it to be approved like this? Because it can result bad experience on these situations: 1. You are using 32px for panel height instead of calculating the actual panel size. 2. Multi monitor setup. 3. `workareas-changed`. You can read my extension's API for these situations: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/blob/dbe84ac989f2436a3d2a3e2386a70e1ceee676d0/src/lib/API.js#L1404-1456 If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
1. Default size is 32px. 2. Panel shown only primary monitor. 3. Extension just move panel to bottom.
Ok, I approved this one but please fix these for the next version: 1. Use `monitor.x, monitor.y` instead of `0, 0` when you revert back to the original position. 2. Use `PanelBox.height` instead of `32`.