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: Complete profile, update user details, change password and other minor fixes #260

Merged
merged 35 commits into from
Oct 4, 2024

Commits on Oct 1, 2024

  1. feat(user-profile): pass watch on form props

    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b9a78af View commit details
    Browse the repository at this point in the history
  2. fix(user-profile)-#209: able to submit if the password and confirm pa…

    …ssword not matched
    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d259bce View commit details
    Browse the repository at this point in the history
  3. fix(user-profile)-#208: validation issue

    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9b6f57c View commit details
    Browse the repository at this point in the history
  4. feat: update file and folder structure and rename UserProfile to `C…

    …omplete UserProfile`
    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    24167c1 View commit details
    Browse the repository at this point in the history
  5. feat: add Breadcrumb component

    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    23dd289 View commit details
    Browse the repository at this point in the history
  6. feat: replace user-profile layout component and and add new route cal…

    …led complete-profile
    Sujit committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aa3dc33 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    f364c43 View commit details
    Browse the repository at this point in the history
  2. feat(update-profile): add Header component

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    39dd3cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7fba7 View commit details
    Browse the repository at this point in the history
  4. feat(update-profile): add Password component

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6c555ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5cc92 View commit details
    Browse the repository at this point in the history
  6. feat: add common css class main-content that gives the full screen he…

    …ight after reducing the nav bar height
    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99da3b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31fcf4d View commit details
    Browse the repository at this point in the history
  8. feat: remove the route user-profile add complete-profile from the…

    … list of routes without navbar
    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e880d59 View commit details
    Browse the repository at this point in the history
  9. feat(user-profile): update basic details

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d1adf5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c692906 View commit details
    Browse the repository at this point in the history
  11. refactor(user-profile): revalidate user details data on basic details…

    … patch success
    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1eedd82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10195fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33ca871 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22ad197 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cee0890 View commit details
    Browse the repository at this point in the history
  16. feat(user-profile): update other details

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd34d0b View commit details
    Browse the repository at this point in the history
  17. feat(user-profile): update password

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2be552d View commit details
    Browse the repository at this point in the history
  18. fix: typo

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    86c6a7f View commit details
    Browse the repository at this point in the history
  19. fix: minor style

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f686c84 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e800299 View commit details
    Browse the repository at this point in the history
  21. fix: typo

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d87f2d6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b41631b View commit details
    Browse the repository at this point in the history
  23. feat(user-profile): show error message

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cec7555 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6621b75 View commit details
    Browse the repository at this point in the history
  25. feat(user-profile): redirect to complete profile page if the user not…

    … completed the signup
    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    01e5e50 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4f30c97 View commit details
    Browse the repository at this point in the history
  27. fix(user-profile): minor UI

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b33ed4d View commit details
    Browse the repository at this point in the history
  28. fix(user-profile): navigate to complete profile only after the profil…

    …e fetching is completed
    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7bd0bc4 View commit details
    Browse the repository at this point in the history
  29. fix: typo

    Sujit committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9203dd6 View commit details
    Browse the repository at this point in the history