-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ui: Alias all our Structure Icons to Flight Icons #12209
Conversation
Mainly missing brand icons
Quick note, just pushed a commit to move the aliased icons use the thicker-lined 16px icons. The change is basically this https://github.com/johncowen/iris/commit/adc72741a650183cf43770ef28ccb764d64e7f8a followed by a re-build/re-publish. |
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.
Note: I have not done an exhaustive QA of the UI. |
* Remove hack for the inconsistent sort icon * Add a dark/light conditional switch and move to rem sizing for icons * Add a bunch of new themed semantic placeholders for some icons * Use those new placeholders where they are needed
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.
🎨
🍒 If backport labels were added before merging, cherry-picking will start automatically. To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/572992. |
This PR updates our
styles/base
with the output fromiris
, so just machine generated code.User facing change is: We are now using
@hashicorp/flight-icons
🎉Preview Link
Small note: There are a few icons where the sizing or padding or something has changed, for example:
I'm going to look at these an PR separately ontop of here and potentially merge those onto here, but I'd be perfectly happy for this PR to go in before those little fixups and for the whatever work is involved in fixing up those odd icons to go in after. As always, I'm easy.
cc @didoo just an FYI that we are doing this now.