-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Addressed recognizer UI feedbacks #25515
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
base: main
Are you sure you want to change the base?
Conversation
Code Review ✅ Approved 1 resolved / 1 findingsClean refactor that properly separates userName (for API lookup) from displayName (for UI rendering). Previous finding about wrong identifier has been addressed. No new issues found. ✅ 1 resolved✅ Bug: Potential wrong identifier used for UserPopOverCard userName
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Addressed recognizer UI feedbacks
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
showUserNameanddisplayNameprops inTaskTabNew.component.tsxuserName(.namefor lookup) fromdisplayName(getEntityName()for display)profileWidthproprenderOptionwiththeme.palette.grey[700]color andh6font weight for dropdown optionsoption?.label ?? optionpatternallShades.blue[600]) to neutral grey (grey[700]) inClassificationFormDrawer.tsxandTagFormDrawer.tsxThis will update automatically on new commits.