Skip to content
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

The "Explore CMS/ATLAS" start button is not needed #9

Open
ric-bianchi opened this issue May 8, 2019 · 1 comment
Open

The "Explore CMS/ATLAS" start button is not needed #9

ric-bianchi opened this issue May 8, 2019 · 1 comment
Labels
prototype The issue concerns the new version of the application

Comments

@ric-bianchi
Copy link
Member

ric-bianchi commented May 8, 2019

The start button at the end of the loading phase is not needed. Better for users if the main page is shown just after the loading phase is completed.

image

image

@ric-bianchi ric-bianchi added the prototype The issue concerns the new version of the application label May 8, 2019
@ric-bianchi
Copy link
Member Author

Done. Commented out the line creating the button in the html code:

<div class="start-button">Explore Atlas</div>

and moved the display settings of the splash screen in components/loading.js from the button listener to the scene listener:

splash.style.display = 'none';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prototype The issue concerns the new version of the application
Projects
None yet
Development

No branches or pull requests

1 participant