ReCoded-Org / lets-share-capstone-project

3 stars 2 forks source link

feat(edit-profile page): edit-profile page was added with wide improvements in website #61

Closed amjadmak closed 2 years ago

amjadmak commented 2 years ago

This PR is intended to close issue #58.

There were some issues and bugs that I took care of since they affected the page that I worked on. I also did some improvements to the whole website in terms of functionality.

The Significant Changes:

1. add buttons to change the user image or delete it.
2. create a complete page to edit the user data.

The minor changes are:

1. add a prop so the button component can take an external function
2. add a prop so the input component can receive and send values using an external function
3. add a prop so the options component can receive and send values using an external function
4. improve the options component to create a list of languages.
5. fix the issue with the home button in the navigation bar
6. rename the "listed items" to "Goods" in the footer and add a link
7. fix the issue with the user image in the navigation bar 
8. fix a bug with the user image in the navigation bar

Demonstative Image:

image

Related Issue