Anthony/Continuation-For-PR#3917-Role-Change-Permissions-Confirmation-Modal#5340
Conversation
…h feature and passed in auth object needed for endpoints
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ns to ensure visible text for permissions in dark mode
HemanthNidamanuru
left a comment
There was a problem hiding this comment.
Hi Anthony,
I tested this PR locally.
The role and permission update flow is working fine. The changes save successfully, the success toast is shown, and the feature works in dark mode.
One small issue I noticed is on the Permission Management page in dark mode: when hovering over a row, the row is not clearly visible. The hover color/contrast could be improved for better readability.
…to props as per suggestion
…-Change-Permissions-Confirmation-Modal
…ible in dark mode
Thanks for the tip, I modified the styling for the change log table, does it look fine now in dark mode? |
… following use of redux connect
|








Description
Took over the work of PR#3917, adjusting it according to feedback and added additional details to keep users aware of the changes they're making while utilizing the modal.
Related PRS (if any):
There is no backend related PR needed for this frontend one.
…
Main changes explained:
…
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Manage Role and Permissions button in Role row on User Profile page
Manage Role and Permissions Modal
Example of Permissions checked with Switch to Testing Role
Success toast after role change save without error
Change log showing the saved changes for Test
Note: