-
Notifications
You must be signed in to change notification settings - Fork 27
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
Added: extra product info in missing sku modal #201
Conversation
fix: product should update on enter fix: sku not updating in completed tab(#85zrpv6dd)
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.
Added my feedback, please check with someone else for functional feedback
src/components/MissingSkuModal.vue
Outdated
@@ -41,8 +41,12 @@ | |||
</ion-list> | |||
|
|||
<ion-list v-if="segmentSelected === 'completed'"> | |||
<ion-item v-for="item in getCompletedItems()" :key="item.shopifyProductSKU"> | |||
<ion-item v-for="item in getCompletedItems()" :key="item.shopifyProductSKU" lines="full"> |
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 have we added lines="full"?
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.
src/components/MissingSkuModal.vue
Outdated
<ion-label> | ||
<p>{{ item.parentProductName }}</p> |
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.
Use class="overline" whenever placing content about the primary piece of info in an ion-item
Additional Changes:
fix: product should update on enter
fix: sku not updating in completed tab(#85zrpv6dd)
Related Issues
Closes #198 #199
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance