-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Make time filter more usable #4981
Merged
mistercrunch
merged 31 commits into
apache:master
from
lyft:DPTOOLS-324_ui_for_time_filter
Jul 16, 2018
Merged
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2aaa349
Initial work
betodealmeida 42e4f79
WIP
betodealmeida 98dd135
WIP
betodealmeida 25460c5
Working
betodealmeida b1e2dd5
Merge branch 'master' of github.com:apache/incubator-superset into DP…
betodealmeida 06d9d1b
WIP
betodealmeida f8112ed
Still WIP
betodealmeida 8b66907
Frontend done
betodealmeida e41e53d
Working version
betodealmeida edf0455
Migration working
betodealmeida 29c0c6b
Migration working
betodealmeida 0406a00
Fix freeform rerender
betodealmeida d9e99fa
Remove jquery
betodealmeida 40c10ab
Fix filter
betodealmeida 22689dd
Unit tests and lint
betodealmeida 38175ef
Fix py.test
betodealmeida 1f6a61c
Improve unit tests
betodealmeida a028251
Ensure freeform is computed at init
betodealmeida cb831c3
Rebase
betodealmeida dc50f6f
Fix lint
betodealmeida ab5015e
Trying to fix pyfreeze error
betodealmeida 20e6e78
Remove freezegun
betodealmeida 80e9c62
Address comments
betodealmeida e6c02e2
Use tabs instead of pills
betodealmeida cc039f2
Regroup options
betodealmeida 128db9f
Merge
betodealmeida b593fa7
WIP
betodealmeida c917788
Change type when clicking calendar
betodealmeida ea99aa9
Fix CSS
betodealmeida 60ead86
Rebase
betodealmeida 03462cb
Fix JS lint
betodealmeida File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
just noticed this component is deprecated, should we switch to the non-deprecated package?
https://github.com/YouCanBookMe/react-datetime
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.
Let me take a look at how much effort is needed to use that one... I remember testing it when I was looking for calendar components, and it didn't work for some cases but TBH I don't remember the details.