Smitaambiger opened a new pull request, #647: URL: https://github.com/apache/burr/pull/647
### Summary Adds a UI toggle to show or hide input nodes in the Graph View. ### Changes - Introduced a **Show Inputs** checkbox in the graph view - Conditionally renders input nodes and their edges based on toggle state - Graph layout updates correctly when toggling ### How I tested this - Ran the UI locally - Verified input nodes appear when toggle is enabled - Verified input nodes and edges are hidden when toggle is disabled - Confirmed graph layout updates correctly ### Screenshots **Inputs ON** <img width="1919" height="1016" alt="Screenshot 2026-02-03 234106" src="https://github.com/user-attachments/assets/0a529fd6-4bda-4c74-8766-8d538d773692" /> **Inputs OFF** <img width="1919" height="1013" alt="Screenshot 2026-02-03 234123" src="https://github.com/user-attachments/assets/35d49520-0224-4e2b-a2fd-bec10035dc7b" /> ### Related Issue #415 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
