-
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: implement ship-to-selector #1633
base: dev
Are you sure you want to change the base?
Conversation
…remove it as unused, refactor
<template> | ||
<div class="ship-to-selector"> | ||
<VcPopover | ||
v-if="allAddresses.length > 0" |
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.
Move this condition to the parent tag, please
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.
<component :is="customSlots.default" /> | ||
</div> | ||
<div ref="headerElement" class="fixed z-40 w-full shadow-md print:hidden"> | ||
<div class="relative z-[2] flex border-b bg-[--header-top-bg-color] px-5 py-2.5 text-xs max-sm:justify-center"> |
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 need some condition here to be added here OR add "empty:hidden" class.
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.
why do we need that? looks that there is always something will be rendered in ShipToSelector
|
Description
Screencast.from.2025-03-20.11-49-42.mp4
References
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-2867
https://virtocommerce.atlassian.net/browse/VCST-2866
https://virtocommerce.atlassian.net/browse/VCST-2775
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.18.0-pr-1633-dca1-dca1df00.zip