1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src
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
..
__mocks__
assets fix: appropriately size case icon for non-editing constraints (#9869) 2025-04-30 08:37:16 +00:00
component chore: fix skeleton loading indicator colors for lifecycle trend tiles (#10109) 2025-06-11 10:15:59 +02:00
constants feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
contexts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
hooks Chore(1-3807)/remove flag add edit strategy take2 (#10108) 2025-06-11 06:03:34 +00:00
interfaces Chore(1-3807)/remove flag add edit strategy take2 (#10108) 2025-06-11 06:03:34 +00:00
openapi chore: update frontend schema - technicalDebt (#10098) 2025-06-10 14:15:09 +02:00
themes chore(deps): update dependency typescript to v5.8.3 (#7480) 2025-05-29 10:49:07 +00:00
types
utils feat: rename health to technical debt (#10063) 2025-06-04 11:01:17 +02:00
index.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
setupTests.ts
vite-env.d.ts