1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/personalDashboard
Thomas Heartman e8c73c79fc
fix: handle lots of project roles better (#8383)
This PR improves how we handle cases where you have lots of roles or roles with very long names.

It puts project roles into it's own little area (and turns it into a list!). We'll show three roles by default. If they all have super long names, we'll split them up onto multiple lines.

Additionally, the headers and avatar group will no longer wrap.

So in edge case territory, it'll look like this:
![image](https://github.com/user-attachments/assets/afb1a809-f6f4-4d25-9796-6abaa15445c1)

And what if one role has an even longer name? It'll wrap inside the badge:
![image](https://github.com/user-attachments/assets/f3b42cc5-2f5a-4447-9e5e-edef7f92f977)
2024-10-08 09:50:28 +02:00
..
ConnectSDK.tsx chore: a feature flag -> one (#8367) 2024-10-04 13:02:30 +02:00
ContentGridNoProjects.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
createChartData.ts
createChartOptions.ts
FlagMetricsChart.tsx a11y: add labels to env/period selectors (#8329) 2024-10-02 12:57:01 +02:00
Grid.tsx fix: small breakathon fixes (#8368) 2024-10-04 15:43:11 +02:00
LatestProjectEvents.tsx fix: event styling personal dashboard (#8337) 2024-10-02 14:24:50 +02:00
MyProjects.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
PersonalDashboard.test.tsx feat: store dashboard state (#8382) 2024-10-08 08:21:23 +02:00
PersonalDashboard.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
ProjectDetailsError.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
ProjectSetupComplete.tsx Chore: rename Project Insight -> Project health (#8374) 2024-10-07 11:27:36 +02:00
RoleAndOwnerInfo.tsx fix: handle lots of project roles better (#8383) 2024-10-08 09:50:28 +02:00
WelcomeDialog.tsx