-
Notifications
You must be signed in to change notification settings - Fork 0
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
WPP15 - User Page #63
base: master
Are you sure you want to change the base?
Conversation
Started user profile page base
Only using this to observe User Page functionality. Will implement using actual userID's later
More description, but my styling is not the greatest at the moment
Uses userID when guiding to the page route
Placed in the header and created the change password component
The modal actually works this time.
This reverts commit d867a3f.
This will come in handy for future use
Ignore the change password button being purple... that's not important...
User page tests are next
Still need to complete a couple render tests
Not refactoring anything else unless needed. Don't want it to crash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<img className="userPage_ProfilePicture" src={userIcon} data-testid="profilePic" height="75" /> | ||
</div> | ||
<div> | ||
<p className="userPage_Username" data-testid="usename"> Username goes here! </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldn't it be better to actually display the username, as is mentioned in this user story
For Pull Requesters/Reviewers:
All of the following should be true before making a pull request and should be inspected by reviewers:
User Story
Unit Testing
Documentation/Style
For Reviewers:
The following should be additionally checked by reviewers:
Description
Insert here the description of what your PR does.