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

add styling for login form component #149

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Conversation

jitendrasbunde
Copy link
Contributor

@jitendrasbunde jitendrasbunde commented May 20, 2020

This PR is depend on below PR's unless until below PR's are not merge. This PR are not merge
#144
#145
In GoogleLoginButton component clientId and cookiePolicy props are pass by env variable if you not pass by env it will give error at inspect console

@jitendrasbunde jitendrasbunde added the react-frontend For PRs of peerly react app label May 20, 2020
@jitendrasbunde jitendrasbunde force-pushed the feature/react/138/add-styling-to-login-form-components branch from df5879b to 194beeb Compare May 21, 2020 12:09
@jitendrasbunde jitendrasbunde marked this pull request as ready for review May 21, 2020 13:48
import LoginTextComponent from "shared-components/login-text-component/LoginTextComponent";

const Wrapper = Styled.div`
background: #334856;
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation fix
cc @sahilbhatia

@@ -0,0 +1,15 @@
import React from "react";
import { render } from "@testing-library/react";
import LoginTextComponent from "./LoginTextComponent";
Copy link
Contributor

Choose a reason for hiding this comment

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

absolute import missing

@sahilbhatia sahilbhatia added the Changes Requested PR needs changes before it can be merged label May 25, 2020
@jitendrasbunde jitendrasbunde force-pushed the feature/react/138/add-styling-to-login-form-components branch 2 times, most recently from b34e409 to 557d200 Compare May 25, 2020 09:49
@jitendrasbunde jitendrasbunde removed the Changes Requested PR needs changes before it can be merged label May 25, 2020
`;
const PlusSign = Styled.div`
position: absolute;
top: 55%;
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation fix, when we add a single comment, always check if the same mistake is repeated elsewhere

@mayuriardad mayuriardad added the Changes Requested PR needs changes before it can be merged label May 25, 2020
@jitendrasbunde jitendrasbunde removed the Changes Requested PR needs changes before it can be merged label May 25, 2020
@jitendrasbunde jitendrasbunde force-pushed the feature/react/138/add-styling-to-login-form-components branch from 8bd8f30 to 6f3d2b4 Compare May 26, 2020 06:34
Copy link
Contributor

@mayuriardad mayuriardad left a comment

Choose a reason for hiding this comment

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

Resolve conflicts and there are too many commits in this PR

@mayuriardad mayuriardad added the Changes Requested PR needs changes before it can be merged label May 27, 2020
@jitendrasbunde
Copy link
Contributor Author

This PR is depend on below PR's unless until below PR's are not merge. This PR are not merge
#144
#145

@sahilbhatia sahilbhatia added the Changes Requested PR needs changes before it can be merged label Jun 10, 2020
@jitendrasbunde jitendrasbunde force-pushed the feature/react/138/add-styling-to-login-form-components branch from 69e5454 to b96887b Compare June 10, 2020 12:01
@jitendrasbunde jitendrasbunde removed the Changes Requested PR needs changes before it can be merged label Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request react-frontend For PRs of peerly react app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add styling for login form as per mobile view Add styling as per design to login form components
5 participants