Review of "Dash from Panel" version 2

Details Page Preview

NOT MAINTAINED ANYMORE Top dock for GNOME 40+. Hover top panel and GNOME Shell dash appears without overview. Scroll on dock or panel changes workspace. Preferences UI. Does use native GNOME Shell Dash. Very light extension. Please report bugs through GitHub.

Extension Homepage
https://github.com/fthx/dash-from-panel

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
3 Active
2 Rejected
1 Active

Previous Reviews on this Version

fthx posted a review
Hi JP, That's the extension rewrite, accordingly to Dash from Dock's.
JustPerfection rejected
Hi, LGTM but please remove the signal on disable (line 236 extension.js). We don't want artifact after disable or extension removal.
fthx posted a review
This one is emitted only once. Florian did not find this odd, in No Overview extension?
JustPerfection posted a review
The reason is that we don't want artifact after disable. It may not get triggered but the signal is still there even after uninstall until the next restart. It would be nice to fix that on `No Overview` extension too. Thanks.