Skip to content

ui: add toggle to show/hide input nodes in graph view#648

Open
Smitaambiger wants to merge 1 commit intoapache:mainfrom
Smitaambiger:ui-graphview-input-toggle
Open

ui: add toggle to show/hide input nodes in graph view#648
Smitaambiger wants to merge 1 commit intoapache:mainfrom
Smitaambiger:ui-graphview-input-toggle

Conversation

@Smitaambiger
Copy link

Summary

Adds a toggle in the Graph View UI to show or hide input nodes.

Changes

  • Added a “Show Inputs” checkbox in GraphView
  • Conditionally renders input nodes and their edges
  • Graph layout recalculates correctly when toggling

How I tested this

  • Ran the UI locally
  • Verified input nodes appear when the toggle is enabled
  • Verified input nodes and edges are hidden when the toggle is disabled
  • Confirmed graph layout updates correctly on toggle

Screenshots

Inputs ON

image

Inputs OFF

image

Related Issue

Fixed #415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show / toggle "inputs" on the graph view in the UI

1 participant