1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin fix: trim sso URL fields (#7301) 2024-06-06 10:01:24 +02:00
application
archive chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
banners fix: small improvements (#7090) 2024-05-21 12:40:52 +03:00
changeRequest task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
common feat: add popover to users in flags list (#7344) 2024-06-11 09:40:48 +02:00
context chore: rename toggle to flag #4 (#7114) 2024-05-22 16:26:22 +03:00
demo fix: demo steps should search the main table (#7227) 2024-05-31 12:29:55 +02:00
environments chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
events
feature fix: revert yarn4 (#7334) 2024-06-10 14:35:18 +03:00
featureTypes chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
feedback
feedbackNew
filter
insights task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
integrations chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
layout fix: hide insights from sidebar for oss and kill switch (#7270) 2024-06-04 15:34:23 +03:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance
menu fix: footer overflow (#7203) 2024-05-29 11:11:36 +02:00
playground/Playground task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
project feat: add popover to users in flags list (#7344) 2024-06-11 09:40:48 +02:00
providers
segments chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
signals
splash
strategies chore: deprecate custom strategies (#7186) 2024-05-28 12:33:53 +02:00
tags
user feat: user profile preview (#7150) 2024-05-27 12:32:21 +02:00
App.tsx feat: project level outdated sdks, project level banner (#7083) 2024-05-20 14:15:39 +03:00
InitialRedirect.tsx