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

[icons] feat: 7 new icons #5213

Merged
merged 3 commits into from
Apr 1, 2022
Merged

Conversation

Courtneyytam
Copy link
Contributor

@Courtneyytam Courtneyytam commented Mar 31, 2022

card size, padding inbetween, fill bucket, open application, divide

Changes proposed in this pull request:

Added:

  • Card width and height
  • Vertical and horizontal space in between sections
  • Fill color bucket
  • Divide math symbol
  • Open application

Reviewers should focus on:

Making sure everything renders correctly and the right files were changed

Screenshot

image

@adidahiya adidahiya changed the title feat: 6 new icons - card size, padding inbetween, fill bucket, open a… [icons] feat: 6 new icons Mar 31, 2022
@adidahiya
Copy link
Contributor

docs preview

Copy link
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

icons look good but I have some naming suggestions. "card" feels a little too specific, I think this could more generally represent a "rectangle". also "fill" is a little too generic... alternative names I found for this one include "fill-color", "color-fill", and "paint-bucket", and I'm suggesting we use the former.

when you rename the icons, please remember to rename the SVG files too :)

Comment on lines 3860 to 3861
"displayName": "Color fill",
"iconName": "fill",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"displayName": "Color fill",
"iconName": "fill",
"displayName": "Fill color",
"iconName": "fill-color",

Comment on lines 3839 to 3840
"displayName": "Card height",
"iconName": "card-height",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"displayName": "Card height",
"iconName": "card-height",
"displayName": "Rectangle height",
"iconName": "rect-height",

Comment on lines 3846 to 3847
"displayName": "Card width",
"iconName": "card-width",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"displayName": "Card width",
"iconName": "card-width",
"displayName": "Rectangle width",
"iconName": "rect-width",

@adidahiya adidahiya changed the title [icons] feat: 6 new icons [icons] feat: 7 new icons Apr 1, 2022
@adidahiya adidahiya merged commit d7a94b6 into palantir:develop Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants