-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[User Profile] Update edit profile header layout #202902
[User Profile] Update edit profile header layout #202902
Conversation
Hey @kowalczyk-krzysztof , Feel free to merge it as-is, or re-create these changes in your PR. |
…t-changes Design tweaks for user profile header
Thanks for that! |
Pinging @elastic/kibana-security (Team:Security) |
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.
@kowalczyk-krzysztof I noticed that getting the components to wrap didn't work until the window was reduced to a fairly small width. Is this the expected behavior?
Could you look into using |
Thanks for noticing the wrapping issue @jeramysoucy I'll fix it. |
@ryankeairns chrome_0rWE1FeLDY.mp4 |
Thanks, it is in better shape with these changes. The last nit I would suggest is to set the |
4ae90ac
to
e78f5f2
Compare
@jeramysoucy This PR is ready for a re-review |
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.
Thanks for the updates! This works better for sure!
The only down side I see is that the full name and email are almost sure to be truncated unless a user has a particularly short name and the domain is also short.
Would it be simple to make these two fields able to take up more space based on the content? If not, I think we can live with the truncation as-is. I'll confer with my team in the meantime.
@jeramysoucy I guess different |
Yeah, that would help. |
@ryankeairns Not trying to make more work, but I agree this would be ideal. If this would be a considerable effort, I am ok with opening a new issue for it, and approving this one with just the "different min-width on different fields" update if that is reasonably achievable. |
@jeramysoucy @ryankeairns IMO getting this merged and opening a new issue would be ideal. I'm not sure on the amount of work required but IMO an iterative approach would be best. |
Thanks @kowalczyk-krzysztof and @ryankeairns! Could you open a follow-up issue to address the remaining work, with some commitment to addressing this by a specific future release? We don't want to block this PR, but want to ensure we've got a roadmap for resolving the remaining issues. |
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.
Approving to unblock the immediate paper cut fix.
@jeramysoucy I created a follow-up issue #204121 - feel free to edit it, that's my first issue created for Kibana so I'm not sure if I did everything correctly. |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Summary
This PR updates layout of
User Profile
header according to this design.Since those changes break the layout pattern suggested by EUI, I had to move the content to be
children
of the header as the EUI docs suggest.Closes: #200059