-
Notifications
You must be signed in to change notification settings - Fork 34
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: text section for configurable products #1581
base: dev
Are you sure you want to change the base?
feat: text section for configurable products #1581
Conversation
|
</script> | ||
|
||
<style lang="scss"> | ||
.configuration-option-product { |
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.
Bad idea to mutate product-card like this, it means ui-kit design does not cover your case. Try to use props only without any weird mutations.
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.
BEM block === file name
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.
BEM block === file name
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.
- BEM block === file name
- Weird naming for component (not text only, you also have radio buttons and input here)
@apply flex flex-col gap-3; | ||
|
||
&__field { | ||
@apply flex gap-3 p-4 items-center odd:bg-[--bg]; |
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.
do we realy need --bg variable?
/> | ||
<VcProductImage /> | ||
</template> |
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.
add empty line to separate tags - check other places as well
Description
Screencast.from.2025-02-13.08-17-39.mp4
References
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-2616
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.16.0-pr-1581-c739-c7390df2.zip