-
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
Implemented: spinner in timezone modal for timezone configuration(#233) #254
Conversation
@shanmukhdutt Can you please attach a screenshot in the PR description? |
src/views/TimezoneModal.vue
Outdated
@@ -126,6 +136,7 @@ export default defineComponent({ | |||
}); | |||
}, | |||
async getAvailableTimeZones() { | |||
// this.isLoading = true |
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 we have commented this line?
@@ -13,11 +13,18 @@ | |||
</ion-toolbar> | |||
</ion-header> | |||
|
|||
|
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.
Unwanted change
} | ||
|
||
.empty-state { |
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.
The styling needs to be added above the media-query styles
Closing as fixed in #263 |
Related Issues
Closes #233
Short Description and Why It's Useful
Screenshots of Visual Changes before/after
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance