-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
1
-
None
-
None
-
OCP Console - Sprint 274
As part of the work on react-router v5 drop, we need to migrate from the createModalLauncher instances in our codebase and we need to use the useOverlay hook instead.
To use this hook we have to firstly refactor factories/functions where we call on the createModalLauncher instances to a hook/FC form, so that we can migrate to useOverlay easily.
One such instance is ReplicationControllerFactory, we should refactor it to its functional equivalent useReplicationControllerActions which would wrap and provide the existing list of Actions.
AC:
- refactor ReplicationControllerFactory to hook form.
- consolidate all consumers of ReplicationControllerFactory to use the new hook form instead.
- clones
-
CONSOLE-4671 Refactor ReplicaSetFactory to hook form.
-
- Closed
-
- is cloned by
-
CONSOLE-4679 Refactor builds.tsx menuActions to accept actions from provider..
-
- Closed
-
- links to