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

added preloader in signup and login page #152

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aakankshaagr
Copy link

Description

Added spinner preloader while page loads

Fixes #118

Type of Change:

  • Code
  • Quality Assurance
  • User Interface

Code/Quality Assurance Only

  • New feature (non-breaking change which adds functionality pre-approved by mentors)

How Has This Been Tested?

I have tested it on my local computer

Checklist:

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas
  • Any dependent changes have been merged

Code/Quality Assurance Only

  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been published in downstream modules

Copy link
Member

@Aaishpra Aaishpra left a 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.

@Aaishpra Aaishpra added the Status: Needs Review PR needs an additional review or a maintainer's review. label Oct 12, 2021
</span>
</div>
</Grid.Column>
Dont have an account{' '}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Dont have an account{' '}
Don't have an account{' '}

I think it's like this. Did you change this intentionally?

Copy link

@MSamiDev MSamiDev left a 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>{' '}

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.

Suggested change
<div className="preloader"> </div>{' '}
<div className="preloader"> </div>

<Grid.Column width={5}>
<div className="login">
<span>
<b>Login</b>
</span>
<b> Login </b>{' '}

Choose a reason for hiding this comment

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

Same over here

Suggested change
<b> Login </b>{' '}
<b> Login </b>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Review PR needs an additional review or a maintainer's review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Add preloader while completing login or sign up request.
4 participants