Smitaambiger commented on issue #415: URL: https://github.com/apache/burr/issues/415#issuecomment-3824971986
@skrawcz I explored the UI code and noticed that inputs are already modeled internally as `externalInput` nodes in `GraphView.tsx` (`telemetry/ui/src/components/routes/app/GraphView.tsx`), but they are always included and not user-controllable. My understanding is that the missing piece is a UI-level toggle to show/hide input nodes (and their edges), so users can choose whether to display inputs on the graph. Proposed approach: - Add a `showInputs` toggle state in the graph view - Conditionally include input nodes and edges based on that toggle - Expose a simple checkbox or control in the UI Happy to proceed if this matches the intended direction. -- 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]
