-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dyn 5358 user friendly splash screen #16
Conversation
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.
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) { |
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.
Does ret
needs to be renamed to ret2
here as well?
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.
I've changed the name because eslint was giving errors. It was changed to status
, a better term. Thanks!
This PR includes the following improvements for a more user friendly splash screen:
FYI: @QilongTang @avidit