-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
fix: Cart icon scalling in quick actions #8145
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SUCCESS @Jarsen136 PR for issue #8142 which is assigned to you. Please wait for review and don't hesitate to grab another issue in the meantime! |
AI-Generated Summary: This pull request contains fixes related to the UI of the cart icon in quick actions. The changes involve modifying some CSS properties in three Vue components: |
cart != card the card is completely fine, it is about the cart icon that is jumping all over the place when active |
Oh I see. I found that it's because these two icons have different sizes. One is 22px but the other is 21.4px. Could you pls unify them on the figma, so that we can upload these icons again? @exezbcz |
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.
We don't need button-height
class if you use prop size="large"
components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue
Show resolved
Hide resolved
I tried to export it in the frame with same size with its core icon same as well. Will try again I guess |
not sure if the svg will get exported inside the frame that has padding both icons there are with 20x20 px fixed frame these two exports have different size or? cc @Jarsen136 |
Thank you! These two icons have the same size. |
@preschian Could you please help to upload these two icons to Their original id: |
DM me, I can provide credentials |
✅ Uploaded. It should work well now. @exezbcz |
@Jarsen136 smooth! thank you
|
✅ DONE |
components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue
Outdated
Show resolved
Hide resolved
Code Climate has analyzed commit 955a591 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks! |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Needs Design check
Context
Did your issue had any of the "$" label on it?
Screenshot 📸
Copilot Summary
🤖[deprecated] Generated by Copilot at c0c42aa
Improved the UI design and usability of the
GalleryItemBuy
component by adjusting its CSS properties. Modified theoutline-offset
andborder-width
properties in thektheme
mixin for the component and applied the same changes to its variant in theItemsGridImageTokenEntity
component.🤖[deprecated] Generated by Copilot at c0c42aa