Skip to content
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

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

disha1202
Copy link
Contributor

@disha1202 disha1202 commented Mar 3, 2023

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)

Screenshot from 2023-03-06 11-42-21

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

fix: product should update on enter
fix: sku not updating in completed tab(#85zrpv6dd)
Copy link
Contributor

@dt2patel dt2patel left a 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

@@ -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">
Copy link
Contributor

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"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked better with lines="full"
as compared to this

Screenshot from 2023-03-06 12-23-46

<ion-label>
<p>{{ item.parentProductName }}</p>
Copy link
Contributor

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

@adityasharma7 adityasharma7 merged commit 944a414 into hotwax:main Mar 28, 2023
@adityasharma7 adityasharma7 changed the title added: extra product info in missing sku modal Added: extra product info in missing sku modal Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rich product info for missing products
3 participants