-
Notifications
You must be signed in to change notification settings - Fork 54
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: Replace Instances of svg used as background-image with Icon component #2423
base: develop
Are you sure you want to change the base?
Conversation
…, AppStatus & DeploymentStatus component, code cleanup
…ummary__icon SCSS styles
|
<span className="dc__app-summary__icon icon-dim-16 not-deployed not-deployed--node" /> | ||
<span>Not Deployed</span> | ||
</span> | ||
<AppStatus status="Not Deployed" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<AppStatus status="Not Deployed" /> | |
<AppStatus status={StatusType.NOT_DEPLOYED} /> |
@@ -45,7 +45,7 @@ export class StaticNode extends Component<StaticNodeProps> { | |||
}`} | |||
onClick={this.props.handleGoToWorkFlowEditor} | |||
> | |||
<div className="workflow-node__git-icon mw-16" /> | |||
<Icon name="ic-git" size={20} color={null} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: we should create a common icon for GitProvider
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: