UI improvements in User Update page #1182
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Refactoring code of User update page.
Issue Number:
Fixes #1176
Did you add tests for your changes?
Not yet.
Snapshots/Videos:
before:
![Screenshot 2023-12-11 151608](https://private-user-images.githubusercontent.com/110045644/289771643-30eadd9e-2c97-4f88-a839-be9dacde066b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTIwNjIsIm5iZiI6MTczOTUxMTc2MiwicGF0aCI6Ii8xMTAwNDU2NDQvMjg5NzcxNjQzLTMwZWFkZDllLTJjOTctNGY4OC1hODM5LWJlOWRhY2RlMDY2Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNTQyNDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDAyMTQ0Y2FiODI1MzZkNGIyY2Y4NGNjMzVjNzc2M2Y3YzdhNjUzZGM0Y2M3MWEzOTE1NDViNjZmNTI4OWEzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.mTSHPow7r_ejn4NIvXps8jiDLwjZzib2HQfM6sWO1sU)
![Screenshot 2023-12-11 151945](https://private-user-images.githubusercontent.com/110045644/289771769-b88dee39-8903-4330-a042-16acb89b9e1c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTIwNjIsIm5iZiI6MTczOTUxMTc2MiwicGF0aCI6Ii8xMTAwNDU2NDQvMjg5NzcxNzY5LWI4OGRlZTM5LTg5MDMtNDMzMC1hMDQyLTE2YWNiODliOWUxYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNTQyNDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NDcyNTNiOWM4ZDBhNzdkOTAyYjgxZmY2NjFmZmYzMTdjNjVlYTJjNTlmYWNmY2YxNDhmYTY1NjMwYWM1MTE0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.omWtPJ46_406PLAxw08ATNkJE2Ee0gLLjEiW0jSNjXM)
after:
If relevant, did you update the documentation?
NO.
Summary
As you can see in the before picture, the UI needed some improvements. I have made those improvements, and you can see the changes in the after picture.
Does this PR introduce a breaking change?
NO.
Have you read the contributing guide?
Yes.