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
Split the interactive object dependency for Containers and Revision Widgets here
The same interactive object is tightly coupled with both RevisionWidget and ContainersWidget (to render Containers and initContainers).
If we pass an interactive object for undo functionality, it will also enable changing the images in the ContainersWidget.
Split with additional flags in the interactive object for both Revision and Containers widgets and make it backward compatible by making those flags to default true.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
Split the interactive object dependency for Containers and Revision Widgets here
Use Cases
This will be used to enable rollback button in rollout-extension to fix argoproj-labs/rollout-extension#44
RevisionWidget
andContainersWidget
(to render Containers and initContainers).interactive
object for undo functionality, it will also enable changing the images in theContainersWidget
.Revision
andContainers
widgets and make it backward compatible by making those flags to defaulttrue
.Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: