-
Notifications
You must be signed in to change notification settings - Fork 30
🐛 [Frontend] Fix App mode: Wait until the workbench is deserialized to start #6214
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not test in browser but looks ok
What do these changes do?
Since we refactored the
/services
endpoint, the deserialization of the nodes in the workbench is an asynchronous step (specially when starting a project which its services are not up-to-date). In the App Mode, when starting the slides, it can happen that the workbench is not yet completely deserialized, this makes the slideshow to be shown empty.This PR waits until the workbench is deserialized before the slideshow is started.
Related issue/s
How to test
Dev-ops checklist