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(account-settings): ChangePassword component #2885

Merged
merged 34 commits into from
Nov 4, 2022

Commits on Nov 2, 2022

  1. Initial commit

    wlee221 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    855a3b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    f967b43 View commit details
    Browse the repository at this point in the history
  2. Implement form handling

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b0f023c View commit details
    Browse the repository at this point in the history
  3. Reorder component

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    13c8c24 View commit details
    Browse the repository at this point in the history
  4. Add unit test

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f9f4644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c796d5 View commit details
    Browse the repository at this point in the history
  6. Add error message test

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c1a69e5 View commit details
    Browse the repository at this point in the history
  7. TypeName initial change

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8b1e7c1 View commit details
    Browse the repository at this point in the history
  8. Update exports snapshot

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    517ed84 View commit details
    Browse the repository at this point in the history
  9. Remove unrelated types

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    906160f View commit details
    Browse the repository at this point in the history
  10. Clean up rendered DOM

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6301e18 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0486c3b View commit details
    Browse the repository at this point in the history
  12. Merge branch 'account-settings/change-password' of github.com:aws-amp…

    …lify/amplify-ui into account-settings/change-password
    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1174e12 View commit details
    Browse the repository at this point in the history
  13. Revert unrelated changes

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2377b8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ed87af View commit details
    Browse the repository at this point in the history
  15. setError to null on success

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9646425 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    95caea4 View commit details
    Browse the repository at this point in the history
  17. Remove unrelated change

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1efd39f View commit details
    Browse the repository at this point in the history
  18. Merge branch 'account-settings/change-password' of github.com:aws-amp…

    …lify/amplify-ui into account-settings/change-password
    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7f52d4c View commit details
    Browse the repository at this point in the history
  19. Add comment about generics

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    fb36407 View commit details
    Browse the repository at this point in the history
  20. Fix exports

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    9ed25b2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    05472b6 View commit details
    Browse the repository at this point in the history
  22. Update packages/react/src/components/AccountSettings/types.ts

    Co-authored-by: Caleb Pollman <cpollman@amazon.com>
    wlee221 and calebpollman authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    a6fbeb7 View commit details
    Browse the repository at this point in the history
  23. this shouldn't be here yet

    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f2e29b8 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'account-settings/change-password' of github.com:aws-amp…

    …lify/amplify-ui into account-settings/change-password
    wlee221 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ccddcbc View commit details
    Browse the repository at this point in the history
  25. Update packages/react/src/components/AccountSettings/ChangePassword/_…

    …_tests__/ChangePassword.test.tsx
    wlee221 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d871d2f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    97936ee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4ea9fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Add logger around Auth call

    wlee221 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6a9d385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a0292 View commit details
    Browse the repository at this point in the history
  3. Add 'Notifications' to LoggerCategory

    Co-authored-by: Caleb Pollman <cpollman@amazon.com>
    wlee221 and calebpollman authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    891014f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1796f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    975f89f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'account-settings/change-password' of github.com:aws-amp…

    …lify/amplify-ui into account-settings/change-password
    wlee221 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e1ba995 View commit details
    Browse the repository at this point in the history