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: Ionic Date Time Picker inplace of Default Browser Date Time Picker #191

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sanskar345
Copy link
Contributor

@sanskar345 sanskar345 commented Aug 9, 2023

Related Issues

Closes #186

Short Description and Why It's Useful

Changes in orders and product-detail view.
Created a modal having ion-datetime and using it to pick a date.
Created a new function to open the date selection modal and change the filter based on the data received from the modal.

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

Before --
before11

After --
after 22

IMPORTANT NOTICE - Remember to update CHANGELOG.md with description of your change

Contribution and Currently Important Rules Acceptance

src/views/orders.vue Outdated Show resolved Hide resolved
src/views/orders.vue Outdated Show resolved Hide resolved
… case and created global css for date-selection modal (hotwax#186)
@@ -0,0 +1,32 @@
<template>
Copy link
Contributor

Choose a reason for hiding this comment

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

Improve indentation, use 2 spaces

src/views/orders.vue Outdated Show resolved Hide resolved
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.

Replace Default Browser Date Time Picker with Ionic Date Time Picker
2 participants