-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move workflow editor actions out of the toolform #18166
Comments
Would having tabs in the right panel still make sense? Since, some of these actions are tabs/actions/dropdowns: workflow_editor_tabs.mp4 |
Thanks for creating this ticket, the workflow ui does need reorganization, but instead of moving the workflow actions to the redo/undo buttons it should be the other way around. We also need to consolidate the comments tool bar with the zoom buttons and ideally move it to the bottom, so it does not jump between vertical and horizontal layout. I would even say that the redo/undo buttons should be placed in there. Right now options appear in five different spots which is confusing. We could easily consolidated by using only two horizontal bars i.e. 1) toolbar at the bottom and 2) workflow actions at the upper right. |
@ahmedhamidawan I think I like that. I wouldn't use "lint", that is a tech term. I'd suggest to move out the "edit report" and "cog" contents to the workflow tab and leave only the "save" and "run" with the undo/redo. (extra point for making the header elements "floaty" and thus giving users more canvas) @guerler The save and run actions are the most important buttons imho. They should stand out and be reachable at all times. The editor should be useful when the right panel is collapsed and the focus should be on its canvas not on the side panels. In my mind in an ideal world the workflow editor would have no sidepanels and full width of the canvas would be occupied by the nodes and panels' functionalities folded in. Then one button would add node with a toolpanel search popping up and node details would only pop when selected. |
@martenson I think that's what I am saying. We should have two locations instead of five and consolidate options into those. 1) toolbar (ideally at the bottom) and 2) workflow actions at the upper right. Having the workflow actions merged into the title header is possible but will squeeze the title if too many are added, but that's a secondary issue. |
This is also a common design pattern, which is why I'd like to stick to it. While I can think of many examples of visual editors which have some sort of tools at the top, I can't think of a single example which has it at the bottom. I'd also argue that grouping them with the zooms controls is a net minus, as those are two very different actions. Zooming does not change the state of the workflow at all, nor does it precede an action which changes the state. I'd again like to refer to common design patterns. While zoom controls can be found in almost any corner of the window, depending on what software you look at, they are never (to my knowledge) grouped with tools/actions, for the reason outlined above. #18729 enables stripping most of these actions out, and making the left panel quickly toggleable. With this issue in mind, I have the following proposal for the PR:
What I'm unsure about are the remaining actions hidden in the cog drop-down. They may work as an activity, or it could make them too hard to find. I'll give it a try and see how it feels. |
These belong to the editor header, next to the undo/redo buttons
The text was updated successfully, but these errors were encountered: