-
Notifications
You must be signed in to change notification settings - Fork 16.6k
feat(viz): implement time picker on filter box #13377
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13377 +/- ##
==========================================
- Coverage 77.09% 72.90% -4.20%
==========================================
Files 898 598 -300
Lines 45711 21088 -24623
Branches 5495 5386 -109
==========================================
- Hits 35241 15374 -19867
+ Misses 10344 5588 -4756
Partials 126 126
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
villebro
left a comment
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.
I think it's ok to remove it, as I feel we've made a collective decision to replace the old time picker with the new one. Anyway, if someone really needs it they can go to a previous SHA and get the code from there 🙂 |
OK. I remove these legacy codes in this PR. |
|
@villebro, I fixed the style issue. |
villebro
left a comment
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.
LGTM! Btw, I'd change the title to feat(viz): implement time picker on filter box or something similar, as this is more a new feature for filter box than just a refactor.
|
Thank you @villebro. |
* refactor(explore): restructure DateFilterControl * fix UT * remove datasource props * remove unused files * fix DateFilterControl in filterbox over length



SUMMARY
utils.tsandconstants.tstoDateFilterControl.utilsDateFilterControl.frametoDateFilterControl.componentsDateFilterControlTEST PLAN
changed files/packages structure only.
ADDITIONAL INFORMATION