-
Notifications
You must be signed in to change notification settings - Fork 24
GH-22 - Changed delete character to icon in config settings component #23
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
Conversation
@asaadmahmood I updated the delete character to the trash icon as suggested which looks good but needs a bit of styling, seems a bit big: Any suggestions to polish it? |
@marianunez Not sure why its so big, we can just reduce the font size to 14 pixels or something. |
Hey @marianunez ! A user made a good point about the Group's which initially I had missed (#24). Not sure if it can happen in this PR or a separate one but it would be a good idea to hide the Groups field if the user doesn't have E20 license. In addition to this, it would be a good idea to update the README to mention how applying attribute to via Group ID is a feature only available to E20 customers and doesn't apply to others (to avoid the confusion mentioned in the ticket). Thanks! |
@hahmadia Sure. If you can point me how it should be checked for E20 (not familiar with licensing checks) I can go ahead and add it. |
No worries. I think you can finish this PR and when I am back from PTO, I will create a new PR to address this issue. I am not currently available and wouldn't want to hold you back on merging this PR. Thanks! |
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.
Tested and passed
- Icon replaced with trash
- Tested on Windows and Mac to ensure the icon displays correctly
LGTM! Thanks @marianunez
Will test again if any changes are requested from code review.
@asaadmahmood I tested this after the icons were reduced in size. Did you want to review this again? |
Hey @jfrerich Can we get this updated to pass Github ready for release? cc @DHaussermann @asaadmahmood |
@aaronrothschild, I just approved. |
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.
LGTM!
Summary
Changed delete character to icon in config settings component given that it was not properly rendering in Windows OS. See linked ticket.
Screenshots
Ticket Link
Fixes #22