Review of "Task Up" version 11

Details Page Preview

Task bar. Manage multiple workspaces. Light extension. Complete rewrite of BaBar task bar extension, light code, only 600 lines. Favorites menu. Drag and drop tasks on workspaces. Some settings.

Extension Homepage
https://github.com/fthx/task-up

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

Previous Reviews on this Version

fthx posted a review
Hi again JP, Technical question: do you know how to modify a CSS property of my PanelMenu.Button (or any other widget) inside extension.js? Here I would need to expose an option for button max-width but I did not find how to do that... So at the moment my CSS properties are constants!
JustPerfection active
Hi, It don't think you can set `max-width` but maybe: ```js .panel-button > StWidget { background-color: gold; width: 10px; } ```