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
@johnstcn where in the current UI do you think this would be well used?
Originally I was thinking it would be good to show "Loading Workspace..." and then "Loading Template..." in <WorkspacePage>, but it could be good to show any time we are asynchronously loading a resource.
Ahh, I see. In this case Idk if let the user know what the app is loading could be helpful. I'm closing this for now until we receive user feedback related to this.
ref: #3532 (comment)_
Problem:
We currently don't have any way to show specific loading steps in
FullScreenLoader
(e.g. "Reticulating Splines").Solution
Add a prop to
FullScreenLoader
to allow setting an optional message. The default will be something like "Loading..."The text was updated successfully, but these errors were encountered: