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

feat: Show password on login screen #751

Conversation

zaronwald
Copy link
Contributor

@zaronwald zaronwald commented Nov 28, 2023

Pull Request Template

Description

Implemented the showing and hiding of password on the login screen, by adding a touchable eye image that changes the security of the password field

Fixes #506

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@zaronwald
Copy link
Contributor Author

@muhsin-k I created a pull request to add the eye for V2 of the app for the password on the login page

@muhsin-k muhsin-k changed the title Feature 506 show password on login screen feat: Show password on login screen Dec 5, 2023
@@ -191,15 +191,19 @@ const ConversationParticipants = ({ conversationId }) => {
<View />
)}
{isCurrentUserWatching ? (
<Text sm color={colors.textGrayLighter}>
<Text accessible={true} sm color={colors.textGrayLighter}>
Copy link
Member

Choose a reason for hiding this comment

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

Lets do the all the accessibility changes in a separate PR.

Copy link
Member

@muhsin-k muhsin-k left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Could you please fix the conflicts?

@muhsin-k muhsin-k assigned zaronwald and unassigned muhsin-k Feb 19, 2024
@muhsin-k
Copy link
Member

muhsin-k commented Jun 3, 2024

Closing this since there hasn't been any activity on this for a while. Let's reopen if required.

@muhsin-k muhsin-k closed this Jun 3, 2024
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.

Chatwoot Mobile App - Release v2
2 participants