-
Notifications
You must be signed in to change notification settings - Fork 46
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
Swathi - Add Project Name to Projects>Members Pages #3032
base: development
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Test file was overridden by actual business logic.
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.
Test file was overridden by actual business logic.
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's good to me. Just a clarification comment.
@@ -102,9 +103,11 @@ const Members = props => { | |||
</button> | |||
</NavItem> | |||
|
|||
<div id="member_project__name">PROJECTS {props.projectId}</div> | |||
{/* Display Project Name */} | |||
<div id="member_project__name">PROJECT: {projectName}</div> |
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.
I was wondering, both the member's page and the WBS page have a project header. Do you think it might be helpful to make it a shared component, or is there a specific reason for keeping them separate?
Description
This PR fixes functionality and display issues on the Members page and ensures that the project name is correctly displayed at the top of the page.
Related PRS (if any):
This frontend PR is related to the development branch of the backend
Main changes explained:
How to test:
Screenshots or videos of changes:
video.mp4