1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/feature/FeatureView
Shreyans Gandhi e6cdf5a540
feat: add json editor (#4784)
In this PR we are adding a JSON Editor that will be used for `json`
variant payload type. Its using `vanilla-jsoneditor` package
https://www.npmjs.com/package/vanilla-jsoneditor and is lazy loaded only
when the `json` payload type is selected in the dropdown UI.
2023-09-27 09:27:38 +02:00
..
FeatureEnvironmentSeen feat: Add dependency dialogue (#4828) 2023-09-26 09:38:13 +02:00
FeatureLog
FeatureMetrics fix: add timestamp to feature toggle metrics (#4094) 2023-06-27 09:14:45 +02:00
FeatureNotFound
FeatureOverview feat: Connect add dependency api (#4831) 2023-09-26 11:18:42 +02:00
FeatureSettings
FeatureVariants feat: add json editor (#4784) 2023-09-27 09:27:38 +02:00
FeatureView.tsx
FeatureViewLazyExport.tsx
LazyFeatureView.tsx