1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src
Jaanus Sellin 0f901bbe12
fix: fix skeleton not appearing on feature toggle list (#6093)
The `FeatureToggleListTable` is nested directly within `PageContent`.
`PageContent` was cause for removing the skeleton from the table.
However, this is unnecessary because the table has its own loader that
manages the skeletons. Therefore, `PageContent` does not require a
loader.
2024-01-31 13:26:39 +02:00
..
__mocks__
assets
component fix: fix skeleton not appearing on feature toggle list (#6093) 2024-01-31 13:26:39 +02:00
constants
contexts
hooks feat: add project flags component (#6070) 2024-01-31 08:48:10 +01:00
interfaces chore: remove featureSearchAPI flag (#6081) 2024-01-31 10:01:31 +02:00
openapi feat: add project flags component (#6070) 2024-01-31 08:48:10 +01:00
themes feat: new user widget (#6037) 2024-01-25 14:43:59 +01:00
types
utils chore: add metrics for conflict creation detection (#6022) 2024-01-31 18:56:56 +09:00
index.tsx
setupTests.ts
vite-env.d.ts