1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-17 13:46:47 +02: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 chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
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 chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
utils chore: add metrics for conflict creation detection (#6022) 2024-01-31 18:56:56 +09:00
index.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
setupTests.ts
vite-env.d.ts