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

Dyn 5358 user friendly splash screen #16

Merged

Conversation

filipeotero
Copy link
Contributor

This PR includes the following improvements for a more user friendly splash screen:

  • Make splash screen 20% bigger
  • Add close button
  • Add hover interaction in buttons
  • Show total loading time in static page
  • Clicking on import settings, the file picker should filter out only xml files
  • Dynamo triggered with Enter key

friendlySplashScreen

FYI: @QilongTang @avidit

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

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

LGTM with one comment. Also please update the package version to 1.0.0

this.setState({ signInStatus: ret });
this.setState({ signInTitle: 'Signing In' });
var ret2 = await chrome.webview.hostObjects.scriptObject.SignIn();
this.setState({ signInStatus: ret2 });

btn.classList.remove('disableButton');
btn.disabled = false;
if (ret) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does ret needs to be renamed to ret2 here as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've changed the name because eslint was giving errors. It was changed to status, a better term. Thanks!

@QilongTang QilongTang merged commit 176321b into DynamoDS:master Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants