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

Implemented: mobile view support for the inprogress page of fulfillment app (#244) #258

Conversation

amansinghbais
Copy link
Contributor

@amansinghbais amansinghbais commented Aug 31, 2023

Related Issues

Related Issue: #244

Short Description and Why It's Useful

Implemented the mobile view for the inprogress page in the fulfillment app.

  • Implemented the EditPackagingModal and ReportIssueModal so as to display order details and items in the modal.
  • Added the functionality to the modal's popovers and buttons.

Screenshots of Visual Changes before/after (If There Are Any)

Before
Screenshot from 2023-08-31 18-19-58
Screenshot from 2023-08-31 18-26-35
Screenshot from 2023-08-31 18-30-51

After
Screenshot from 2023-08-31 18-23-38
Screenshot from 2023-08-31 18-26-20
Screenshot from 2023-08-31 18-26-04

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

pricetag,
copyToClipboard,
formatUtcDate,
getFeature

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

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

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.

setup() {
return {
pencil,
warning,
refresh
refresh

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

pricetag,
copyToClipboard,
formatUtcDate,
getFeature

Choose a reason for hiding this comment

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

Follow alphabetical sorting

@ymaheshwari1
Copy link
Contributor

Closing as the apps UI is getting changed and there is no immediate requirement of mobile support.

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.

3 participants