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

[Improve] Login Screen UI Update #2794

Merged
merged 11 commits into from
Dec 11, 2023
Merged

[Improve] Login Screen UI Update #2794

merged 11 commits into from
Dec 11, 2023

Conversation

aliseyalvi
Copy link
Collaborator

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

image

@aliseyalvi
Copy link
Collaborator Author

image image

@aliseyalvi
Copy link
Collaborator Author

@noumantahir fixed this issue as well

return (
<View style={[styles.dividerContainer, containerStyle]}>
<View style={[styles.divider, styles.leftDivider]} />
<Text style={styles.orText}>OR</Text>
Copy link
Collaborator

Choose a reason for hiding this comment

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

use intl

Copy link
Collaborator

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

@aliseyalvi
Copy link
Collaborator Author

@noumantahir

  • converted login screen class component to functional component and hooks
  • updated debounce logic which was causing characters glitch
  • used intl
Monosnap.screencast.2023-12-11.15-27-12.mp4

Copy link
Collaborator

@noumantahir noumantahir left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

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

@feruzm feruzm merged commit 11585d5 into development Dec 11, 2023
@feruzm feruzm deleted the sa/login-screen-update branch December 11, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Login Screen
3 participants