✨ Add automatic sidebar sync with canvas updates#457
Open
rabea-al wants to merge 2 commits intoXpressAI:masterfrom
Open
✨ Add automatic sidebar sync with canvas updates#457rabea-al wants to merge 2 commits intoXpressAI:masterfrom
rabea-al wants to merge 2 commits intoXpressAI:masterfrom
Conversation
MFA-X-AI
requested changes
Oct 9, 2025
Member
MFA-X-AI
left a comment
There was a problem hiding this comment.
Thanks for the PR!
The current way it's implemented, if I understood it correctly, for each small drag it fires the event for the sidebar to listen.
Try firing the event from here:
https://github.com/XpressAI/xircuits/blob/master/src/components/XircuitsBodyWidget.tsx#L454-L459C6
Contributor
Author
|
I updated the canvas update logic so it no longer fires on every tiny drag movement. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces automatic synchronization between the Component Preview sidebar and the canvas state.
The sidebar’s Inputs and Outputs sections now update immediately when nodes or links change — such as when connections are added, removed, or modified — without requiring a manual refresh.
Pull Request Type
Type of Change
Tests
1. Node and I/O synchronization
Steps:
Expected:
2. Link connection and removal
Steps:
Expected:
Tested on? Specify Version.