-
-
Notifications
You must be signed in to change notification settings - Fork 576
Fix mask node upstream input calculation. #2466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mask node upstream input calculation. #2466
Conversation
singhutsav5502
commented
Mar 18, 2025
•
edited by Keavon
Loading
edited by Keavon
Send InputTypes through SendUiMetadata under odeTypes. Update NodeCatalog.svelte component to support ype based filtering. Update ContextMenuData to support compatibleType as an input to the searchTerm for the NodeCatalog. Update Graph.svelte component to support new ContextMenuData enum types. Send CompatibleType data from rust backend on wire drag and release to NodeCatalog to already show filtered data.
Send InputTypes through SendUiMetadata under odeTypes. Update NodeCatalog.svelte component to support ype based filtering. Update ContextMenuData to support compatibleType as an input to the searchTerm for the NodeCatalog. Update Graph.svelte component to support new ContextMenuData enum types. Send CompatibleType data from rust backend on wire drag and release to NodeCatalog to already show filtered data.
…ite into filter-node-catalog
… sending metadata. Update NodeCatalog Search filter to support single type search alongside name and category search
…Update missing categories and make sure to remove nodes with empty categories
What's the reason for closing this? |
I accidentally checked this branch out from the branch responsible for #2423 instead of the master branch. |
You can create a new branch with the same name with your 1-line change, push it to your fork, then reopen this PR. #2474 is the replacement, for the record. |