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

fix(Account): make "Change password" buttons consistent with other dialogs #771

Merged

Conversation

marwan-osama
Copy link
Contributor

@marwan-osama marwan-osama commented Aug 2, 2022

New Project (2)

Description

  • Change the style of the buttons on the change password dialog to follow the pattern of other dialog buttons.
  • disable the save button if any of the fields are empty.

Issue(s) addressed

What kind of change(s) does this PR introduce?

  • Enhancement
  • Bug fix
  • Refactor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

Issue

What is the current behavior?
buttons on the change password dialog do not follow the other dialog buttons in terms of style and behavior

What is the new behavior?

  • save button is disabled if any of the dialog fields are empty.
  • the style of the buttons follows the other dialogs.

Breaking change

Does this PR introduce a breaking change?

no

this change is to make the buttons on change password dialog follow the
other dialogs pattern in terms of styling.
this change is to make the save button in the change password dialog
disabled if any of the fields are empty.
@marwan-osama marwan-osama requested a review from a team as a code owner August 2, 2022 08:04
@nmcharlton nmcharlton changed the title Account: make "Change password" buttons consistent with other dialogs fix(Account): make "Change password" buttons consistent with other dialogs Aug 2, 2022
@nmcharlton nmcharlton merged commit c7a7566 into Greenstand:master Aug 2, 2022
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.

Account: "Change password" buttons are inconsistent with other dialogs
2 participants