-
Notifications
You must be signed in to change notification settings - Fork 367
Convert PatternFly icons to Carbon #9649
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
base: master
Are you sure you want to change the base?
Conversation
e272983 to
90dddba
Compare
Co-authored-by: Gilbert Cherrie <[email protected]> Co-authored-by: Keenan Brock <[email protected]>
90dddba to
a17c36c
Compare
|
I'm testing this locally to verify the sporadic failures are unrelated to this issue. |
|
I ran this locally a few times and it was a sporadic failure that should be addressed in some of the recent changes. |
| 'on' => 'carbon--Power', | ||
| 'never' => 'carbon--Power', | ||
| 'terminated' => 'carbon--Power', | ||
| 'off' => 'carbon--Power', |
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.
@elsamaryv can you review this? before on/off had different icons and now it's the same one.
| 'off' => 'carbon--Power', | ||
| 'template' => 'carbon--Template', | ||
| 'powering_up' => 'carbon--Power', | ||
| 'powering_down' => 'carbon--Power', |
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.
Similar to above... do we have a screen with both powering up and down to see what it looks like before/after? I feel like they might need to be different.
| 'shelved' => 'carbon--Hourglass', | ||
| 'shelved_offloaded' => 'carbon--Hourglass', | ||
| 'reboot_in_progress' => 'carbon--Power', | ||
| 'wait_for_launch' => 'carbon--asleep', |
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.
looking at https://carbondesignsystem.com/elements/icons/library/. I wonder if "InProgress" could be used for the wait/in progress
| 'non_operational' => 'carbon--WarningSquare', | ||
| 'suspended' => 'carbon--asleep', | ||
| 'standby' => 'carbon--asleep', | ||
| 'paused' => 'carbon--asleep', |
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.
there is a pause, not sure if we want to change what was also asleep previously.
|
@Fryguy cc, please take a look... I think this is ready to go but had a few comments above |
This converts pattern fly icons to carbon icons.
All icons have been tested, but the new ones seem to be taller
Before
After