1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-09 00:18:26 +01:00
unleash.unleash/frontend/src/component/personalDashboard
Thomas Heartman 74370468d1
fix: section sizes (#8423)
This PR fixes issues with section sizes including:
- Jank when they change suddenly
- Overflowing list of admins / events
- Short lists that should stretch to the height of their container.
2024-10-11 09:10:21 +02:00
..
ConnectSDK.tsx fix: revert link changes (#8425) 2024-10-11 08:09:31 +02:00
ContentGridNoProjects.tsx feat: make panels collapsible (#8395) 2024-10-09 14:25:58 +02:00
createChartData.ts
createChartOptions.ts fix: chart issues in dark mode (#8414) 2024-10-10 10:03:16 +02:00
FlagMetricsChart.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
Grid.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
LatestProjectEvents.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
MyProjects.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
PersonalDashboard.test.tsx chore: remove graph, update health message (#8403) 2024-10-10 09:22:45 +02:00
PersonalDashboard.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
ProjectDetailsError.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
ProjectSetupComplete.tsx fix: fix title sizes (#8420) 2024-10-10 13:50:30 +02:00
RoleAndOwnerInfo.tsx chore: removes setup badge from personal dashboard (#8384) 2024-10-08 12:28:31 +02:00
WelcomeDialog.tsx