-
Notifications
You must be signed in to change notification settings - Fork 178
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
[RHOAIENG-11333] Modify status labels for runs and executions #3347
[RHOAIENG-11333] Modify status labels for runs and executions #3347
Conversation
0057aef
to
2622470
Compare
2622470
to
0992d10
Compare
@Gkrumbach07 How would you like to proceed with this issue in the meantime? |
0992d10
to
fa51499
Compare
I've added a comment and a new follow-up story to address the custom icon for Canceled status group nodes. Our team's jira issue is here; https://issues.redhat.com/browse/RHOAIENG-14822 and the PF issue is here; patternfly/react-topology#240. |
fa51499
to
70e5f3d
Compare
@jpuzz0 In #3140, I changed the icon for the artifact nodes based on the metrics type. However, looks like I only changed the icon when it's not hovered. If the node is hovered, the icon will be incorrect. e.g. In the following 2 screenshot, the icon should be both monitoring icon, however, the second one is a list icon The reason is I only updated https://github.com/opendatahub-io/odh-dashboard/blob/main/frontend/src/concepts/topology/customNodes/ArtifactTaskNode.tsx#L89, but didn't update https://github.com/opendatahub-io/odh-dashboard/blob/main/frontend/src/concepts/topology/customNodes/ArtifactTaskNode.tsx#L132 and https://github.com/opendatahub-io/odh-dashboard/blob/main/frontend/src/concepts/topology/customNodes/ArtifactTaskNode.tsx#L155 to use the Could you update that in this PR because it's also about the icon/status? Thanks! |
70e5f3d
to
5c962f8
Compare
@DaoDaoNoCode I've updated this. |
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.
Thanks, LGTM!
/lgtm
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DaoDaoNoCode, Gkrumbach07 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
https://issues.redhat.com/browse/RHOAIENG-11333
Description
Updated icons/labels for statuses based on this figma referenced in the JIRA issue: https://www.figma.com/design/Beh8E4dQQ5hq0Kzd9qLaCZ/Pipelines-v2-enhancements?node-id=582-15436
How Has This Been Tested?
Verify all pages referenced in the figma (or this doc, which is just another way of consuming the same information) match.
Test Impact
Had to update some tests to account for icon changes. Otherwise, these are non-functional changes so shouldn't effect cypress tests.
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main