Skip to content

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

Closed
Smitaambiger wants to merge 9 commits intoapache:mainfrom
Smitaambiger:override-state-initialize
Closed

ui: add toggle to show/hide input nodes in graph view#647
Smitaambiger wants to merge 9 commits intoapache:mainfrom
Smitaambiger:override-state-initialize

Conversation

@Smitaambiger
Copy link

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
Screenshot 2026-02-03 234106

Inputs OFF
Screenshot 2026-02-03 234123

Related Issue

#415

Copy link
Contributor

@skrawcz skrawcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to rebase / sync your fork.

@skrawcz skrawcz requested a review from elijahbenizzy February 5, 2026 07:31
@Smitaambiger
Copy link
Author

Hi @skrawcz , thanks for the review!

I’ve synced my fork with upstream/main and opened a clean PR that contains only the GraphView input toggle change, without unrelated commits.

New PR: #648

I’ll close this PR once the new one is reviewed. Thanks!

@Smitaambiger
Copy link
Author

Closing this PR in favor of the clean, rebased PR #648 which contains only the GraphView input toggle change.

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.

2 participants