-
Notifications
You must be signed in to change notification settings - Fork 0
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
TH-230: Add Products-by-Collection section #147
Conversation
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.
Nice work Mr Eihab, here are some notes/suggestions to refine this section:
- maybe a scale effect on product image hover could work well?
- looks like
secondary
fits better thanicon
for the product button variant. - product titles need a
min-width
. - global product settings don’t fully work (currently, only card style applies)
compact
product style is missing a background- The
show more
button isn’t visible in slides view style.
.yc-btn { | ||
width: fit-content; | ||
color: currentColor; | ||
border: var(--product-card-border); | ||
background-color: var(--product-card-background); | ||
|
||
&:hover { | ||
background-color: rgba(var(--product-card-foreground), 0.06); | ||
} | ||
} |
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.
check this file :hi
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.
Question is who's gonna merge first 😄
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.
rock paper scissors :sadpablo
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 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.
I won :kekw
JIRA Ticket
Ticket: TH-230.
Prerequisites
pnpm run release
theme name + date + .zip
QA Steps
Note
You might find some responsitivity issues when the section is in "Slides" mode. That's an issue with our core slider and will be fixed in the PR of this ticket.
Another issue arose where the contents of the slides are not responsive to user clicks (Ticket).