Angad - Hotfix broken teams page formatting and team members not visible.#3366
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
nikhilpittala16
left a comment
There was a problem hiding this comment.
I have tested the PR and everything works as expected.
PR.vid.7.mp4
There was a problem hiding this comment.
Changes work as expected. alignment of the elements is proper. Clicked on the members button of a team and verified the team members are visible. able to add team members in the team. delete button text is not wrapped if team member name is too long.
Requesting to clean up the code (remove the commented code and console.logs if possible.)
…left justified the team names.
myeeli
left a comment
There was a problem hiding this comment.
The teams table is aligned properly and i was bale to view the team members when I'm trying to see the team members. I was able to add new team member and if the team member name is very large the delete button text is not wrapped. Everything is working well with varying screen sizes.
Suggestion: While deleting a user it would be better if a pop up comes up to confirm if the user should be deleted or not.
…er active status bar logic and aligned all elements in the team members popup.
akanksha7
left a comment
There was a problem hiding this comment.
Logged in as admin and verified Teams section under Dashboard → Other Links. Checked element alignment, team member visibility, add/delete functionality, and card layout. Confirmed delete button text does not wrap with long names. Verified toggle behavior and alignment for all fields. All looks good, approving the PR.

|
Thank you all, merging! |




Description
There was a bug introduced last week where the Team Members of a particular team were not visible when a user clicks on the team members button. Detailed information about the bug:
Related PRS (if any):
This bug was introduced because of the frontend PR #3168
This PR is related to development branch in backend.
…
Main changes explained:
How to test:
npm installandnpm run start:localto run this PR locallyScreenshots or videos of changes: