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: spinner in timezone modal for timezone configuration(#233) #254

Closed
wants to merge 9 commits into from

Conversation

shanmukhdutt
Copy link
Contributor

@shanmukhdutt shanmukhdutt commented Jan 4, 2024

Related Issues

Closes #233

Short Description and Why It's Useful

Screenshots of Visual Changes before/after

Screenshot from 2024-01-05 10-19-31

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

src/views/TimezoneModal.vue Outdated Show resolved Hide resolved
src/views/TimezoneModal.vue Outdated Show resolved Hide resolved
@ymaheshwari1
Copy link
Contributor

@shanmukhdutt Can you please attach a screenshot in the PR description?

src/views/TimezoneModal.vue Outdated Show resolved Hide resolved
src/theme/variables.css Outdated Show resolved Hide resolved
@@ -126,6 +136,7 @@ export default defineComponent({
});
},
async getAvailableTimeZones() {
// this.isLoading = true
Copy link
Contributor

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>


Copy link
Contributor

Choose a reason for hiding this comment

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

Unwanted change

}

.empty-state {
Copy link
Contributor

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

@shanmukhdutt shanmukhdutt changed the title Implemented: Spinner in Timezone Modal for Timezone Configuration(#233) Implemented: spinner in timezone modal for timezone configuration(#233) Feb 14, 2024
@ymaheshwari1
Copy link
Contributor

Closing as fixed in #263

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.

Implement Spinner in Timezone Model for Timezone Configuration
2 participants