1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00
unleash.unleash/frontend/src
Thomas Heartman 24c0976d56
feat: add popover to users in flags list (#7344)
This PR adds a popover to the user avatars in the flag list.

The popover is similar to the one used for projects and groups, but it
differs in a few ways:
- There's less padding. There's quite a lot of padding in the other
popovers, and it felt like too much for this table.
- It only shows one bit of text (the user's name/username/email). The
other popovers show email and name/username, but we don't have all that
information, so this is a stripped down version.

Flag list popover:

![image](https://github.com/Unleash/unleash/assets/17786332/6a86f638-ba6d-48e0-87e2-078b582697cf)

Group popover:

![image](https://github.com/Unleash/unleash/assets/17786332/d5fc7172-8fcb-4fac-87c4-05f211c0938c)

or if no email

![image](https://github.com/Unleash/unleash/assets/17786332/51955ead-849f-4bfc-81aa-e1852677647c)
2024-06-11 09:40:48 +02:00
..
__mocks__
assets feat: show docs with icons in sidebar (#7109) 2024-05-22 13:45:47 +02:00
component feat: add popover to users in flags list (#7344) 2024-06-11 09:40:48 +02:00
constants
contexts
hooks feat: filter by created by (#7306) 2024-06-06 12:59:11 +02:00
interfaces feat: display created by user in search (#7292) 2024-06-06 11:51:54 +02:00
openapi chore: orval types for flag creator (#7305) 2024-06-06 12:11:41 +02:00
themes chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
types
utils chore: deprecate custom strategies (#7186) 2024-05-28 12:33:53 +02:00
index.tsx
setupTests.ts
vite-env.d.ts