Current Behavior
The YamlDialog component is currently implemented in the Meshery UI under ui/components. This component is used for viewing and editing YAML configurations.
Desired Behavior
To improve reusability and maintainability, this component should be migrated to the Sistent design system and refactored as a shared, reusable component.
Implementation
Implement the same YAMLDialog component that is currently being used in the Meshery UI.
Acceptance Tests
- The implemented YAMLDialog component in Sistent matches the functionality and behavior of the existing.
- The component is successfully tested and verified within the Meshery UI environment.
- All existing usages of YAMLDialog in the Meshery UI are replaced with the Sistent-provided component.
Contributor Guide
Current Behavior
The YamlDialog component is currently implemented in the Meshery UI under ui/components. This component is used for viewing and editing YAML configurations.
Desired Behavior
To improve reusability and maintainability, this component should be migrated to the Sistent design system and refactored as a shared, reusable component.
Implementation
Implement the same YAMLDialog component that is currently being used in the Meshery UI.
Acceptance Tests
Contributor Guide