-
Notifications
You must be signed in to change notification settings - Fork 701
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
Display a loading message instead of blank page #386
Conversation
xPaw
commented
Jun 7, 2016
I'm not sure about this one. I think having a loading screen is a good idea, but it would be nice if it reflected the correct status so it doesn't talk about Javascript and connectivity issues when it's fine. Even on localhost it takes a few seconds to load, and it's not rare for it to take 10-15 seconds on mobile to load. I don't think we can have the progress, but just displaying what it's doing would be great. |
@maxpoulin64 Is that better? It will now say |
I'll try this before giving a +1. |
Love it, 👍 |
1165dd0
to
b50dab1
Compare
I've rebased this and also fixed colors in morning/zenburn themes. |
It works. Cool :) |
This is really cool!
1 It would actually be nicer to disable the sidebar menu on the login page, but that's a different PR :-) |
f6492d6
to
276dfd3
Compare
</div> | ||
</div> | ||
</div> | ||
<script async src="js/loader.js"></script> |
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.
Why async
here?
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.
This script is not important enough to block for it.
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.
Would call it loading-slow-check.js or something like that, unless you are planning to add more loader business there.
This is great, 👍 and merging!
Not addressed but can definitely be part of a further PR, this is already a great step ;-) |
Display a loading message instead of blank page