kibana/packages/kbn-user-profile-components
Anton Dosov db9e530da2
[UsersProfilePopover] Fix email sometimes is not visible (#184318)
## Summary

fix https://github.com/elastic/kibana/issues/182945


- This fixes `UsersProfilePopover` to always show email on the 2nd line.
To keep the list virtualized **had to increase the height a bit for
every row**

Before:


![image](ee42530f-9b39-4139-bd81-12c0a8fd6498)


After:

![Screenshot 2024-05-27 at 15 28
05](5d869cf3-194f-4b08-b4a8-945d5904452e)


- Also adds email in a label to make it appear in a browser tooltip 

![Screenshot 2024-05-27 at 16 20
12](a9687ec2-a92a-44e9-a64d-e64a4e87b497)


- Also fixes https://github.com/elastic/kibana/issues/182561 and adds
email to Avatar "name" so it appears in a native tooltip

![Screenshot 2024-05-28 at 15 57
21](67b0bb65-4ce4-4561-85cc-356175bc86c2)



- Increase popover width in TableListView
2024-06-05 14:19:30 +02:00
..
src [UsersProfilePopover] Fix email sometimes is not visible (#184318) 2024-06-05 14:19:30 +02:00
index.ts [UserProfiles] Move React hook to package (#162888) 2023-08-09 09:02:02 -07:00
jest.config.js
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json flag packages without side effects (#173351) 2023-12-19 02:46:39 -07:00
tsconfig.json [UsersProfilePopover] Fix email sometimes is not visible (#184318) 2024-06-05 14:19:30 +02:00