-
-
Notifications
You must be signed in to change notification settings - Fork 71
Initial load screen disappears after a brief display #257
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
Comments
Hi, I liked the concept behind this and the way it is working and I would like to contribute to this 😄 . But I have few doubts regarding how to set up and work in development mode. I installed and ran |
Hi @JayaKrishnaNamburu , I'd be happy to try and help walk you through setting up. Until I get a test suite set up, local development testing is pretty much all user acceptance testing through manual clicks. In the project folder you can run I hope this helps, let me know if you have more questions |
Thank you @jwu910 will try the process that you suggested 😄 |
Hi, @jwu910 please review the changes. Please let me know if is miss out anything 😅 . |
Merged, thanks @JayaKrishnaNamburu ! |
Hi, @jwu910 please let me know if I can help with any other things in the repo. I will be happy to do. |
@JayaKrishnaNamburu You can keep an eye on the issues, or star/subscribe to the repo to keep up to date! Thanks again |
sure 👍 |
Actual: When starting Check It Out in a large project, the initial loading text will display before promptly disappearing for the remainder of the load time.
Expected: The loading text should be displayed during the entire load process.
I think this has to do with the order of operations that take place during initial start up time. The loading text should persist until we successfully fetch and parse all of our information needed.
This is much easier tested on a large project.
https://github.com/liferay/liferay-portal
This is a large enough project with years of git refs.
Note: Please refer to Contributing guidelines before starting development. Thanks!
The text was updated successfully, but these errors were encountered: