1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-18 11:14:57 +02:00
unleash.unleash/frontend/src
Thomas Heartman 295a3abd59
fix: Only show "not enough data" text when there isn't enough data. (#10604)
The previous implementation had a small bug where it would show "not
enough data" even if the graph was loading. This commit fixes that.

While working, I thought that maybe we should keep the current data
while we're fetching new data instead of adding a cover, but all the
other graphs use a cover when loading, so I've not made any changes to
that effect.
2025-09-03 12:23:36 +02:00
..
__mocks__
assets feat: GitHub auth (#10406) 2025-07-24 15:25:25 +01:00
component fix: Only show "not enough data" text when there isn't enough data. (#10604) 2025-09-03 12:23:36 +02:00
constants fix: date localizations for chart (#10581) 2025-09-01 09:29:45 +00:00
contexts
hooks feat: read feature impact metrics (#10597) 2025-09-02 13:16:57 +02:00
interfaces chore(AI): reportUnknownFlags flag cleanup (#10596) 2025-09-02 14:18:35 +01:00
openapi feat: read feature impact metrics (#10597) 2025-09-02 13:16:57 +02:00
themes Update chart colors to increase contrasts between the A series. (#10579) 2025-09-01 08:22:44 +02:00
types
utils feat: Display example date for date formatting reasons (#10444) 2025-07-31 11:07:32 +02:00
index.tsx
setupTests.ts
vite-env.d.ts