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

feat: add new icons for market price deviation #1212

Merged
merged 8 commits into from
Nov 25, 2024

Conversation

NenadRos
Copy link
Contributor

@NenadRos NenadRos commented Nov 21, 2024

References IN-2345

Motivation and context

We want to change existing icons for market price deviation.

Before

n/a

After

Screenshot 2024-11-25 at 11 39 11 Screenshot 2024-11-25 at 11 39 00
image image

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 21, 2024 12:04 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.12.0-feat-new-market-price-deviation-icons-001b6b6f5af8c55b1082c703a4c2f86e8095e48a.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 21, 2024 14:21 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.12.0-feat-new-market-price-deviation-icons-df1ad0cbd2d2b1e302d8ea7fa232090265c9d76d.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@NenadRos NenadRos requested review from a team, GutierrezGo, filip-kis-smg, DejanBojovicSMG and boyarskiy and removed request for a team November 21, 2024 14:43
Copy link
Contributor

@GutierrezGo GutierrezGo left a comment

Choose a reason for hiding this comment

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

🚴🏼‍♂️

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 21, 2024 17:43 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.12.0-feat-new-market-price-deviation-icons-c3eaa2b9ea7c8348e14743c5c3fcdd0d4b2b01dc.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

@GutierrezGo GutierrezGo left a comment

Choose a reason for hiding this comment

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

@NenadRos hey I approved the PR before you added the tiny icons. Is it possible to use the small ones that we already have in our library?
Then we will have 3 variations plus the double one, can you sync with the designers about this? Thank you

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 22, 2024 10:22 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.12.0-feat-new-market-price-deviation-icons-97a674ce8dfb8b57a0d968c95fe08d225eb93764.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 22, 2024 10:36 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.13.0-feat-new-market-price-deviation-icons-b5de52b597185daf6826899cd5501fba2dd23924.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@NenadRos
Copy link
Contributor Author

@NenadRos hey I approved the PR before you added the tiny icons. Is it possible to use the small ones that we already have in our library? Then we will have 3 variations plus the double one, can you sync with the designers about this? Thank you

It is possible and I tried it when you approved it.
It is not the same chevron as you can see here.

Screenshot 2024-11-20 at 11 51 11

In the meantime I discovered ChevronRightTinyIcon so I created tiny icons for up and down. Interesting thing is that ChevronUpTinyIcon and ChevronDownTinyIcon comparing to existing ChevronRightTinyIcon don't have the same shape even though they are facing in different directions (angle is larger on market price deviation chevron).
You can see it here.

Screenshot 2024-11-22 at 08 17 19

@GutierrezGo
Copy link
Contributor

GutierrezGo commented Nov 22, 2024

@NenadRos if you already checked with the designers and they need/want the tiny instead the small one that we already have, then go for it.

Thank you for checking it 🌷

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 25, 2024 10:49 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.13.0-feat-new-market-price-deviation-icons-d10c381aec789b0b078a5bc43ff7230a2e7d7353.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@automotiveengineeringbot automotiveengineeringbot deployed to branch-components-pkg-feat-new-market-price-deviation-icons November 25, 2024 10:58 Active
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.13.0-feat-new-market-price-deviation-icons-f28a2a363e31ce3e609e731671404bdebeed50ef.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@NenadRos
Copy link
Contributor Author

Final decision (designer agreed):

  • We will use existing chevron small up and down icons.
  • I updated double chevron up and down icons to use the same shape of existing chevron icons.
  • We will leave option to change the background color of NotAvailableSquareIcon even the dash color is hardcoded.

@NenadRos NenadRos requested a review from GutierrezGo November 25, 2024 11:14
@GutierrezGo
Copy link
Contributor

@NenadRos thank you so much for checking with the Designer. We need to try to use what we have being consistent and unifying the designs.

It is really nice to do not see big, small tiny for icons. Otherwise, we will face in the future so many icons for many sizes/styles

🚴🏼‍♂️ 🚴🏼‍♂️

@NenadRos NenadRos merged commit 264eea3 into main Nov 25, 2024
12 checks passed
@NenadRos NenadRos deleted the feat-new-market-price-deviation-icons branch November 25, 2024 11:38
@automotiveengineeringbot
Copy link
Collaborator

🎉 This PR is included in version 23.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants