-
Notifications
You must be signed in to change notification settings - Fork 326
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
Pending component status #12001
Comments
The edges coming from "pending" node should also be greyed out. |
The pending status of node already adds proper css class specified
Why it's not visible? Perhaps we don't get Pending status from engine - to investigate. |
Refinement notes:
|
Keziah Wesley reports a new STANDUP for today (2025-01-23): Progress: Implemented component status edge colors, pending component animation. It should be finished by 2025-01-23. Next Day: Next day I will be working on the #12001 task. Next task |
Reimplement #7435 but in GUI2
The IDE may receive the "Pending" status for nodes from the engine; it is sent in executionContext/expressionUpdates messages and stored in ComputedValueInfoRegistry inside the execution context.
In this task, this information should be propagated to view, and "pending" components should be displayed as greyed out (the original design I think will clash with selection)
The text was updated successfully, but these errors were encountered: