-
Notifications
You must be signed in to change notification settings - Fork 160
Guest user modal UI #8594
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?
Guest user modal UI #8594
Conversation
Co-authored-by: eric.okuma <[email protected]>
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: eric.okuma <[email protected]>
Adjusted min-height for dropdown triggers and ensured proper reset of dialog state variables. Co-authored-by: eric.okuma <[email protected]>
AdityaHegde
left a comment
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.
Great step to user management cleanup using ORG_ROLES_OPTIONS!
Note there is a small lint error. Otherwise LGTM
|
@cursor, can you fix the lint error? |
Fix TypeScript error where option.value (OrgUserRoles enum) was being assigned to selectedRole (string literal union type). Both types now use OrgUserRoles for type compatibility.
|
@AdityaHegde, can you do a final sanity check on the lint errrors? |
Fixes UI inconsistencies in the
Add guest usersmodal.The project and access level dropdowns now match the height of the email input field for visual alignment. Additionally, the access level selector now uses checkbox items to provide clear visual feedback (checkmarks) for the selected role.
Checklist:
Linear Issue: APP-668
Note
Improves the AddGuestsDialog UI and selection behavior for guest invites.
32px,bg-white,text-sm, padding) to visually align with the email inputORG_ROLES_OPTIONSand usesDropdown.CheckboxItemto show the selected role with a checkmarkWritten by Cursor Bugbot for commit 55222e7. This will update automatically on new commits. Configure here.