-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Improve] Login Screen UI Update #2794
Conversation
* removed commented code
@noumantahir fixed this issue as well |
return ( | ||
<View style={[styles.dividerContainer, containerStyle]}> | ||
<View style={[styles.divider, styles.leftDivider]} /> | ||
<Text style={styles.orText}>OR</Text> |
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.
use intl
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.
Check how the input skips characters some times... this has been there for quite some time now... if we are improving Login, I think this can be addressed as well...
Screen.Recording.2023-12-05.at.15.58.22.mov
Do also check one comment in PR thread. Other than that I think we can wrap this up and move to signup screen next.
* fixed character skipping issue due to debounce method and updated debounce logic
Monosnap.screencast.2023-12-11.15-27-12.mp4 |
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
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, would be better if we converted those modified components/pages to typescript.
What does this PR?
Updated login sceen UI according to ecency web login UI
Where should the reviewer start?
Go to Login Screen on mobile app and check updated UI
Issue number
fixes #2793
Screenshots/Video