-
Notifications
You must be signed in to change notification settings - Fork 972
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
Feature Request: Add music facts on the loading screen #4336
Comments
@pikurasa ,@quozl ,@walterbender |
@anya-xcode I have already implemented this (there wasn't much work). Only question I have is it even wanted or they want ot keep the old loading. I am not raising a PR as of now since it is a design choice |
Kind of cute... but an additional burden for our translators. not sure it is worth it. @pikurasa ? |
Perhaps only if there is some sort of external, well-maintained repository of facts and translations... But, that said, this is not a priority. In fact, we're actively trying to reduce the load time, which will mean fewer facts to display. A few of these facts could be made into Music Blocks projects themselves and shared to the Planet (when the Planet is live again). |
@pikurasa If you get rid of the loading screen all together then yes this is obsolete. But showing a random fact each time the loading screen pops up (even if one or two), it will add to user experience I think. It can also be about the functionalities of MB like "Did you know you can download your projects and share them with the world in Music Blocks!". This way they can be prompted to explore these functions. |
Yes, but it still isn't a high priority at the moment.
Yes, we are aware of this issue and are working on it. |
Current Behavior
The loading screen currently displays arbitrary information about the loading process.
Desired Behavior
It would improve the user experience if the loading screen showed random music facts whenever the loading takes longer than expected.
Screenshots / Mockups
Previous Loading Screen
Original.Loading.Screen.mp4
After Implementation of Feature
Mockup.mp4
Implementation
Developers can add new fun music facts to the
texts
array inindex.html
. The random fact generator has already been implemented to choose a random fact each time.Environment
Additional Information
I have already worked on this. This will be my first contribution, so I wanted to know if it is okay to raise a PR or should I wait for an approval.
Checklist
The text was updated successfully, but these errors were encountered: