-
Notifications
You must be signed in to change notification settings - Fork 113
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 the 'Expand all modular pipelines' toggle from the settings panel. #1752
Comments
I think it makes sense to pull this out of the settings modal since this is an action that users would like to use frequently as a toggle, therefore moving it to the utility bar where controls for adjusting the pipeline flowchart view currently are makes sense to me. I don't think this should be at the bottom though next to the zoom controls as these are controls for the canvas, whereas the controls above are specifically for adjusting the pipeline flowchart view itself (showing/hiding node labels, showing/hiding layers, and exporting the visualisation) Designs for the updated utility bar can be found below: Expand pipeline button - https://www.figma.com/file/qk6phA6mnULZjYbGQvqHks/Kedro-Master-2023?type=design&node-id=515-40537&mode=design&t=FHII664dUTSKRvES-4 Updated settings modal (showing the default configuration for the toggles) - Let me know if you have any comments or thoughts! |
Following the PR, #1858, the implementation has been completed but there are still a few design changes @stephkaiser has noticed that still need to be addressed, so I've re-opened this issue to address these. |
Description
The #1750 research highlight the need to make this toggle more discoverable to users. It is currently in the settings panel which most users do not use regularly, and can be moved to the task bar.
Context
This would benefit users especially those with large complex graphs to easily expand/compress their modular pipelines. It would also contribute to solving for #1726.
Possible Implementation
This toggle can be moved to the task bar, besides the 'Filters' section.
The text was updated successfully, but these errors were encountered: