1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman dad30a08f0
fix: cap number of collaborators displayed (#7879)
Caps the number of collaborators to display to a constant (currently
set to 99).

Above that, it'll always show "+99".

However, we also add a tooltip that shows you a prettified version of
the extra collaborators (using the `millify` package that we already use
for metrics)

Screenies:

< 1000 collaborators:

![image](https://github.com/user-attachments/assets/b030e77e-e23d-4cac-a1d1-7841a4ba86e7)


1000 - 1M collaborators:

![image](https://github.com/user-attachments/assets/b72ca22e-513d-4d69-b78d-c675951c894a)

1M+ collaborators:

![image](https://github.com/user-attachments/assets/6341e87d-17da-4359-bce3-e31df637cd5c)

Update, it now shows the total number of collaborators instead of the
overflow:

![image](https://github.com/user-attachments/assets/67a459c5-91b8-475d-b0e3-c5c19aaf62d7)
2024-08-14 13:27:05 +00:00
..
accessOverview
admin feat: allow editing root role/description on SCIM group (#7874) 2024-08-14 15:11:56 +02:00
application feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
archive chore: Fixed typo (#7774) 2024-08-08 13:53:33 +02:00
banners
changeRequest fix: Update avatar usage in change requests (#7818) 2024-08-09 09:54:16 +02:00
commandBar fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
common fix: cap number of collaborators displayed (#7879) 2024-08-14 13:27:05 +00:00
context
demo chore[demo]: update handling of strategy deletion for demo walkthrough (#7719) 2024-08-02 11:13:42 +02:00
environments fix: show environments page as enterprise feature (#7796) 2024-08-08 10:03:02 +02:00
events feat: plausible for events export (#7868) 2024-08-14 11:56:03 +03:00
feature fix: add collaborators to ignored props for feature diff notif (#7877) 2024-08-14 13:46:03 +02:00
featureTypes
feedback
feedbackNew
filter fix: select an item only from the filtered list of options (#7789) 2024-08-07 14:46:37 +02:00
insights chore: generate orval for event creators (#7823) 2024-08-12 15:07:26 +02:00
integrations Feat: webhook markdown (#7658) 2024-07-25 09:45:20 +00:00
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory
maintenance
menu Projects archive UI (#7842) 2024-08-13 14:33:11 +02:00
playground/Playground fix: playground env column spacing made bigger (#7806) 2024-08-08 11:42:52 +02:00
project refactor: project archive card (#7859) 2024-08-13 15:19:13 +02:00
providers
segments
signals
splash
strategies
tags feat: separate command bar and search hotkeys (#7651) 2024-07-24 12:46:03 +03:00
user feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
App.tsx fix: make loader not exlpode to 100vh in unnecessary locations (#7589) 2024-07-15 14:41:45 +02:00
InitialRedirect.tsx fix: use a fullscreen loader for the initial redirect load (#7619) 2024-07-18 14:50:59 +02:00