You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the 'Open App' button becomes active as soon as the root flow / frontends are running. This can cause issues if your app relies on some works to have started (and perhaps done some processing) before it can be properly used (e.g. Flashy app has file servers that need to be running before you can upload data, some apps run streamlit from a work, etc.).
Pitch
Add a ready property or hook or something that the root flow can use to optionally signal that the app isn't ready to be opened yet.
Additional context
Currently apps like omniverse have a progress bar inside the app that it waits for it to be ready, but this means that users have to wait multiple times which isn't ideal.
🚀 Feature
Currently, the 'Open App' button becomes active as soon as the root flow / frontends are running. This can cause issues if your app relies on some works to have started (and perhaps done some processing) before it can be properly used (e.g. Flashy app has file servers that need to be running before you can upload data, some apps run streamlit from a work, etc.).
Pitch
Add a
ready
property or hook or something that the root flow can use to optionally signal that the app isn't ready to be opened yet.Additional context
Currently apps like omniverse have a progress bar inside the app that it waits for it to be ready, but this means that users have to wait multiple times which isn't ideal.
cc @Borda
The text was updated successfully, but these errors were encountered: