You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI component Command Copier is currently using Metadata Value, which is specific to the Metadata component. Ideally, a UI component should be reusable across multiple higher-level components and should remain a pure component. However, in this case, it is using a component from a higher-level component, which is not clean.
This ticket is to refactor the Command Copier component to ensure it is a pure component and not dependent on higher-level components like Metadata Value.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Checklist
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
The UI component Command Copier is currently using Metadata Value, which is specific to the Metadata component. Ideally, a UI component should be reusable across multiple higher-level components and should remain a pure component. However, in this case, it is using a component from a higher-level component, which is not clean.
This ticket is to refactor the Command Copier component to ensure it is a pure component and not dependent on higher-level components like Metadata Value.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Checklist
The text was updated successfully, but these errors were encountered: