1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/frontend/src/component/personalDashboard
Thomas Heartman 5df7b15af0
fix: chart issues in dark mode (#8414)
This PR fixes two issues with the chart in dark mode:
1. Grid lines are almost invisible
2. Placeholder data lines are way too bright

The fix for both is to use the theme's divider color.


![image](https://github.com/user-attachments/assets/1064d081-0cd8-4b2b-97a7-225e29b3af19)


![image](https://github.com/user-attachments/assets/4f046f98-5664-421a-b0a8-620f2dbe96f9)
2024-10-10 10:03:16 +02:00
..
ConnectSDK.tsx chore: a feature flag -> one (#8367) 2024-10-04 13:02:30 +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: chart issues in dark mode (#8414) 2024-10-10 10:03:16 +02:00
Grid.tsx feat: make panels collapsible (#8395) 2024-10-09 14:25:58 +02:00
LatestProjectEvents.tsx feat: add timestamps to project events (#8389) 2024-10-09 09:32:58 +02:00
MyProjects.tsx feat: make panels collapsible (#8395) 2024-10-09 14:25:58 +02:00
PersonalDashboard.test.tsx chore: remove graph, update health message (#8403) 2024-10-10 09:22:45 +02:00
PersonalDashboard.tsx feat: make panels collapsible (#8395) 2024-10-09 14:25:58 +02:00
ProjectDetailsError.tsx fix: handle project fetching error (#8375) 2024-10-08 08:46:14 +02:00
ProjectSetupComplete.tsx chore: remove graph, update health message (#8403) 2024-10-10 09:22:45 +02:00
RoleAndOwnerInfo.tsx chore: removes setup badge from personal dashboard (#8384) 2024-10-08 12:28:31 +02:00
WelcomeDialog.tsx Update UI text in Unleash welcome key concepts page (#8238) 2024-09-30 11:14:08 +02:00