Collapse/Expand namespace pipeline with button #156
Labels
feature
Improvement of existing feature or new feature
javascript
Pull requests that update Javascript code
Kedro-Viz
Functionality/Fix needs to done from Kedro-Viz
Description
Currently, in the Kedro VSCode extension, users can expand pipelines but lack the ability to collapse them. This limitation hinders efficient navigation and management of complex pipelines within the flowchart view.
Context
The absence of a collapse feature affects users working with intricate pipelines, making it challenging to focus on specific sections. Implementing a collapse functionality would enhance usability by allowing users to manage pipeline visibility effectively, thereby improving workflow efficiency.
Possible Implementation
Introduce a collapse/expand toggle directly within the flowchart view, enabling users to control the visibility of individual pipeline sections by passing relevant props for Kedro-Viz react component in VSCode.
Acceptance Criteria
Checklist
The text was updated successfully, but these errors were encountered: