Skip to content
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

Add spinner to status bar when node graph renders #2263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sidharth-Singh10
Copy link
Contributor

Closes #2167

Description

Adds rendering state updates to notify the frontend about the graph rendering status. This allows the UI to show appropriate loading states during graph processing.

Changes

  • Adding a new isRendering state to the node-graph store (frontend)
  • Added UpdateGraphRenderingState { is_rendering: true } when starting graph execution in submit_node_graph_evaluation
  • Added UpdateGraphRenderingState { is_rendering: false } after graph processing completes in process_node_graph_output

@Sidharth-Singh10 Sidharth-Singh10 marked this pull request as ready for review February 11, 2025 17:02
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.

Status bar graph render progress spinner/indicator
1 participant