Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core/managed): use showModal API for history modal #7988

Merged
merged 2 commits into from
Mar 5, 2020

Conversation

erikmunson
Copy link
Member

Depends on #7987

This modal really isn't tied to its parent component tree at all, and should be rendered imperatively. Implementation may change depending on the outcome of #7987

ModalHeader,
ModalBody,
Table,
TableRow,
TableCell,
standardGridTableLayout,
useData,
} from 'core/presentation';
} from '../presentation';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is so that extending IModalComponentProps doesn't explode when TS can't transform the core alias in custom builds.

@erikmunson erikmunson added ready to merge Reviewed and ready for merge and removed Do Not Merge Don't merge yet labels Mar 5, 2020
@mergify mergify bot merged commit 8f30c02 into spinnaker:master Mar 5, 2020
@erikmunson erikmunson deleted the md-history-use-show-modal branch March 5, 2020 16:48
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Reviewed and ready for merge target-release/1.20
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants