-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: APPS-3073 Datefilter bugs & enhancements #660
Conversation
Percy ScreenshotsIn order to conserve our percy screenshot allowance, percy is not configured to run automatically. Please make sure the PR is ready and all other checks are passing, then start it manually:
|
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.
👍
## [3.39.1](v3.39.0...v3.39.1) (2024-12-06) ### Bug Fixes * APPS-3073 Datefilter bugs & enhancements ([#660](#660)) ([64b7825](64b7825))
🎉 This PR is included in version 3.39.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Connected to APPS-3073
Component Created: DateFilter.vue
Stories: ~/stories/DateFilter.stories.js
Spec: ~/stories/DateFilter.spec.js
Notes:
In progress, just starting
Work Breaks down into 2 categories:
[X] Make sure emits only happen on done & clear click, and make sure they include date formatted as needed
I had wanted to cover this with some tests, but I went down a whole rabbit hole trying to get cypress to let me detect emits from a component, which I never fully solved. Here is the slack conversation. I would like to go back and solve this soon as part of a Learning Monday, since I have already spent so much time on this task.
[X] Make sure component does not throw errors / fail when moving between mobile & desktop
We accomplish this by clearing the date selection on screen resize
Checklist:
library-website-nuxt dev server
[ ] UX has reviewed and approved this