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
CONSOLE-3569: Expose labels modal through dynamic plugin SDK (openshift#13037)
* Rename labelsModal to labelsModalLauncher
Factor out LabelsModal component from labelsModal and rename the original labelsModal to labelsModalLauncher to differentiate between the two.
* Rename annotationsModal to annotationsModalLauncher
Update annotationsModal to annotationsModalLauncher to be consistent with labelsModalLauncher. As we expose the underlying React components, we need to rename the exported launchers to eliminate the ambiguity.
* Rename labels-modal.jsx to labels-modal.tsx
* Add type definitions to labels-modal.tsx
* Create useLabelsModal hook in console-shared package
* Expose useLabelsModal hook through dyanmic plugin SDK
* Use new `useLabelsModal` hook in `NodeDetailsOverview` and `ResourceSummary` components
* Address tech debt in labels-modal.tsx
0 commit comments