-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
None
-
False
-
-
False
-
5
-
None
-
None
-
None
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 actions that use createModalLauncher instances to accept a callback from useOverlay hook.
One instance is kebab.tsx kebabFactory, we should remove this factory and its actions. All remaining consumers of kebabFactory should be refactored to retrieve actions from action provider hooks, introduced in the prior work. This should be the last menuActions refactor done, to keep the changes minimal.
AC:
- Remove new kebabFactory and its actions.
- Consumers should use already introduced action provider hooks.
- In case there is no equivalent expose new hook via extension console.action/resource-provider or console.action/provider.
- clones
-
CONSOLE-4686 Refactor subscription.tsx menuActions to accept actions from provider.
-
- Closed
-
- links to