-
Notifications
You must be signed in to change notification settings - Fork 0
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
✨ - feat: login page #118
base: main
Are you sure you want to change the base?
✨ - feat: login page #118
Conversation
TODO: Testing on Mobile and possible improvements for mobile |
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.
Nice start some remarks, also in general: I think there is a bit vertical padding lacking on the card. and some text alignment issues. Please double check the design for this.
src/components/card/card.scss
Outdated
} | ||
|
||
&--shadow { | ||
box-shadow: 0px 0px 10px 0.5px var(--page-color-shadow); |
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.
The shadow seems a bit heavy, can we make it more subtle?
src/templates/login/login.tsx
Outdated
justify: true, | ||
}} | ||
/> | ||
<P muted> |
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.
- The link should be customizable
- The P should only be shown when the link is provided.
description: "templates.Login: The login title", | ||
defaultMessage: "Welkom Terug", | ||
}); | ||
|
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.
labelForgotPassword
and I think one label (for both the title and link) should be sufficient, given that both the fallback and React Intl implementation support placeholders for values.
No description provided.