-
Notifications
You must be signed in to change notification settings - Fork 32
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 shopify config info at menu footer(#2q9mut9) #220
Conversation
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.
Some UI changes
src/components/Menu.vue
Outdated
<ion-note slot="end">{{ userProfile?.userTimeZone }}</ion-note> | ||
<div> | ||
<ion-note slot="end">{{ userProfile?.userTimeZone }}</ion-note> | ||
<ion-note slot="end">{{ currentShopifyConfigId }}</ion-note> |
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 put this as a p tag below the ion label instead of putting it in the ion note
src/views/Settings.vue
Outdated
@@ -18,7 +18,7 @@ | |||
</ion-item> | |||
<!-- Select shopify config --> | |||
<ion-item> | |||
<ion-icon :icon="globeOutline" slot="start" /> | |||
<ion-icon :icon="pinOutline" slot="start" /> |
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 basket outline icon.
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.
Used basket outline icon
…ption is not available(#2q9mut9)
Related Issues
Closes #
Short Description and Why It's Useful
Additional change:
Fixed: Extra white space in job configuration component if job description is not available.
Screenshots of Visual Changes before/after (If There Are Any)
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance