-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: DateRangePicker Implementation #780
Merged
Merged
Changes from 38 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
efce486
Date Range Picker Design Doc Update
dgodinez-dh 3855446
initaly python props
dgodinez-dh 665db76
upate converter for range
dgodinez-dh 5470088
fix type check
dgodinez-dh 3cc2d1c
init py
dgodinez-dh fdb46c6
initial js code
dgodinez-dh 08a7219
docs update
dgodinez-dh 0baba58
remove unavailabe dates
dgodinez-dh 9eaaa6a
initial js refactor
dgodinez-dh 57e76c2
more JS refactor
dgodinez-dh 02f2b5f
fix comments
dgodinez-dh 0264a7c
some doc updates
dgodinez-dh d3be195
fix granularity
dgodinez-dh b3afeb0
date range useDebouncedOnChange
dgodinez-dh 84d5277
fix example
dgodinez-dh ae4dfeb
date picker useDebouncedOnChange
dgodinez-dh 33c2ae5
more doc updates
dgodinez-dh 30891fa
more doc examples
dgodinez-dh cfde121
merge latest
dgodinez-dh 34f2096
update images
dgodinez-dh c6fb50f
doc updates
dgodinez-dh 1ad4b34
add test_date_range_picker
dgodinez-dh b5eefc2
break render all into 2 screenshots
dgodinez-dh 8683aee
merge latest
dgodinez-dh f45f188
remove column types from second image
dgodinez-dh 071f75b
Update plugins/ui/DESIGN.md
dgodinez-dh a5ebf58
Update plugins/ui/DESIGN.md
dgodinez-dh 15bdaee
Update plugins/ui/DESIGN.md
dgodinez-dh 989bfd7
Update plugins/ui/DESIGN.md
dgodinez-dh f7c07a7
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh c9be66c
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh e0999f0
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh ab61f74
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh 82c4619
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh 60667e2
Update plugins/ui/DESIGN.md
dgodinez-dh de1e40d
fix merge
dgodinez-dh 220b843
Merge branch 'main' into dag_DateRangePicker
dgodinez-dh 49600e2
fix black
dgodinez-dh 598ca22
Apply suggestions from code review
dgodinez-dh 84ff383
use bullet list
dgodinez-dh 4cef77c
merge latest
dgodinez-dh 0a01954
Update plugins/ui/docs/components/date_range_picker.md
dgodinez-dh 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
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.
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.
bullet list?
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.
Fixed