Skip to content

Conversation

@paulkaplan
Copy link
Contributor

Resolves

What Github issue does this resolve (please include link)?

Proposed Changes

Describe what this Pull Request does

Use the loading animation in player mode as well as editor mode.

Reason for Changes

Explain why these changes should be made

The lack of loading animation makes the project page view feel like it isn't working.

Here is what it currently looks like
loading-animation-without

With this change it looks like this
loading-animation

I simply passed in the loading prop to the stage wrapper so that it can be shown in player only mode.

I also changed the CSS for the loading animation so that it is position absolute instead of fixed, so that it can be contained within the stage size in player mode (but is still full screen in editor mode, which I made sure to test)

/cc @thisandagain @rschamp I made this because i was concerned about the way the project page felt using larger projects. We can talk offline about whether you think this should go in before release or not.

@thisandagain
Copy link
Contributor

Thanks @paulkaplan. This looks minimal enough, but I'll defer to you and @rschamp re: launch risk. This certainly would help initial loading feel more responsive to the user.

Copy link
Contributor

@rschamp rschamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm for landing this for launch since I think it looks a little broken at the moment for large projects. I also think it's highly visible but pretty well-contained if we decide we want to pull it out for some reason after launch.

@thisandagain
Copy link
Contributor

@rschamp Sounds good. @paulkaplan :shipit:

@paulkaplan paulkaplan merged commit afc8ffc into scratchfoundation:develop Dec 27, 2018
@paulkaplan paulkaplan deleted the stage-loading branch December 27, 2018 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Player only mode (stage) should have loading animation

3 participants