-
Notifications
You must be signed in to change notification settings - Fork 77
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
added preloader in signup and login page #152
base: develop
Are you sure you want to change the base?
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.
Hi @aakankshaagr can you add some screenshots of this feature in your PR description.
</span> | ||
</div> | ||
</Grid.Column> | ||
Dont have an account{' '} |
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.
Dont have an account{' '} | |
Don't have an account{' '} |
I think it's like this. Did you change this intentionally?
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.
Please remove all the empty JSX Brackets.
It will have no effect in the running code but it is code practice for cleaner code.
@@ -115,11 +119,12 @@ class Login extends Component { | |||
<> | |||
<Grid> | |||
<Grid.Row> | |||
<div className="preloader"> </div>{' '} |
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.
Please Remove empty string brackets.
<div className="preloader"> </div>{' '} | |
<div className="preloader"> </div> |
<Grid.Column width={5}> | ||
<div className="login"> | ||
<span> | ||
<b>Login</b> | ||
</span> | ||
<b> Login </b>{' '} |
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.
Same over here
<b> Login </b>{' '} | |
<b> Login </b> |
Description
Added spinner preloader while page loads
Fixes #118
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
I have tested it on my local computer
Checklist:
Code/Quality Assurance Only