1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component/insights
Thomas Heartman f299c2b652
chore: fix skeleton loading indicator colors for lifecycle trend tiles (#10109)
Updates the skeleton loading colors for the lifecycle trend tiles
because the previous color was invisible on the median stats section in
light mode. You also wouldn't see any movement in the total number of
flags.

I have not touched the original skeleton color assignment because that
might have unintended consequences throughout the app. Also, I'm not
aware of a way (at the moment) that would do this automatically when
necessary. As such, I have only touched the loading indicators in the
lifecycle tile.

## Before:

Light mode:

![image](https://github.com/user-attachments/assets/3731eb0b-4d63-4622-8b20-0518e6266611)

Dark mode:

![image](https://github.com/user-attachments/assets/6df0197f-7283-4709-b369-38025011c879)


## After:

Light mode:

![image](https://github.com/user-attachments/assets/09f33fa8-322c-4a55-a6e8-4ef384104d74)

Dark mode:

![image](https://github.com/user-attachments/assets/60499b46-c9c7-49cc-a210-50d330682075)
2025-06-11 10:15:59 +02:00
..
components Chore(1-3807)/remove flag add edit strategy take2 (#10108) 2025-06-11 06:03:34 +00:00
componentsChart feat: rename health to technical debt (#10063) 2025-06-04 11:01:17 +02:00
componentsStat chore: replace flags per user with total number of flags (#10102) 2025-06-10 10:02:50 +02:00
hooks chore: update frontend schema - technicalDebt (#10098) 2025-06-10 14:15:09 +02:00
sections chore: fix skeleton loading indicator colors for lifecycle trend tiles (#10109) 2025-06-11 10:15:59 +02:00
Insights.test.tsx Feat(1-3760)/filters per analytics section (#10039) 2025-06-03 10:47:30 +02:00
Insights.tsx Feat(1-3760)/filters per analytics section (#10039) 2025-06-03 10:47:30 +02:00
InsightsCharts.styles.ts Feat(1-3760)/filters per analytics section (#10039) 2025-06-03 10:47:30 +02:00
InsightsCharts.tsx feat: rename health to technical debt (#10063) 2025-06-04 11:01:17 +02:00
InsightsFilters.tsx Feat(1-3760)/filters per analytics section (#10039) 2025-06-03 10:47:30 +02:00
LegacyInsights.tsx Feat(1-3760)/filters per analytics section (#10039) 2025-06-03 10:47:30 +02:00