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

Fix: Updating a Node Should Render Changes on the Frontend Immediately #1275

Merged

Conversation

aliraza556
Copy link
Contributor

@aliraza556 aliraza556 commented Apr 17, 2024

Problem:

When editing a node, changes made should be immediately reflected on the frontend UI. Currently, changes such as updating the name or image_url of a node are not immediately visible to users on the frontend.

Expected Behavior:

  • Changes made to a node's name should be updated in real-time on the frontend UI.
  • Similarly, changes made to a node's image_url should also be reflected immediately on the frontend.

closes: #1206

Issue ticket number and link:

@aliraza556
Copy link
Contributor Author

Hi @Rassl,
Please review this PR.

@Rassl Rassl merged commit c75d794 into stakwork:master Apr 18, 2024
4 checks passed
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.

Updating a node should render changes on the frontend immediately
2 participants