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 9d49070cee
refactor: refactor personal dashboard front end code pt1 (#8440)
This is the first step in refactoring the front end code for personal
dashboards.

At this point:
- extract `useDashboardState` to its own file
- extract my flags to its own file
- Rename `Grid.tsx` to `SharedComponents.tsx` as it contains more than
just the grid.
2024-10-14 13:51:23 +02:00
..
ConnectSDK.tsx fix: revert link changes (#8425) 2024-10-11 08:09:31 +02:00
ContentGridNoProjects.tsx refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
createChartData.ts
createChartOptions.ts fix: adjust the height of the flag section (#8426) 2024-10-11 10:09:26 +02:00
FlagMetricsChart.tsx fix: handle cases where the flag name causes API errors (or other errors occur) (#8439) 2024-10-14 11:48:22 +02:00
LatestProjectEvents.tsx fix: section sizes (#8423) 2024-10-11 09:10:21 +02:00
MyFlags.tsx refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
MyProjects.tsx refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
PersonalDashboard.test.tsx chore: remove graph, update health message (#8403) 2024-10-10 09:22:45 +02:00
PersonalDashboard.tsx refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +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 fix: handle narrow screens better (#8430) 2024-10-11 11:21:13 +02:00
SharedComponents.tsx refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
useDashboardState.ts refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
WelcomeDialog.tsx