-
Notifications
You must be signed in to change notification settings - Fork 37
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
Implemented: mobile view support for the inprogress page of fulfillment app (#244) #258
Implemented: mobile view support for the inprogress page of fulfillment app (#244) #258
Conversation
src/views/EditPackagingModal.vue
Outdated
pricetag, | ||
copyToClipboard, | ||
formatUtcDate, | ||
getFeature |
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.
Follow alphabetical order for exports
src/views/EditPackagingModal.vue
Outdated
<div class="product-info"> | ||
<ion-item lines="none"> | ||
<ion-thumbnail slot="start"> | ||
<img src="https://dev-resources.hotwax.io/resources/uploads/images/product/m/j/mj08-blue_main.jpg" /> | ||
<Image :src="getProduct(item.productId).mainImageUrl" /> |
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 should use the ShopifyImage component with the image size as small.
src/views/PackagingPopover.vue
Outdated
setup() { | ||
return { | ||
pencil, | ||
warning, | ||
refresh | ||
refresh |
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.
Fix indentation and follow alphabetical sorting
src/views/ReportIssueModal.vue
Outdated
pricetag, | ||
copyToClipboard, | ||
formatUtcDate, | ||
getFeature |
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.
Follow alphabetical sorting
… into fulfillment-pwa/hotwax#244-inprogresspage
… fulfillment-pwa/hotwax#244-inprogresspage
… fulfillment-pwa/hotwax#244-inprogresspage
Closing as the apps UI is getting changed and there is no immediate requirement of mobile support. |
Related Issues
Related Issue: #244
Short Description and Why It's Useful
Implemented the mobile view for the inprogress page in the fulfillment app.
Screenshots of Visual Changes before/after (If There Are Any)
Before
After
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance