-
Notifications
You must be signed in to change notification settings - Fork 77
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: today actions for datepicker #964
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c3aed88
today button in date-picker
prsdthkr 318a120
unit tests for today button
prsdthkr 08cf092
storybook entries for today button
prsdthkr c5876e0
documentation for today button
prsdthkr 30a32fa
visual snapshot for today button story
prsdthkr 331e3f5
disableWeekday usage example
prsdthkr bb277f2
typo
prsdthkr 57738e3
show today button if today is an enabled date
prsdthkr 92b4390
moment date comparison granularity
prsdthkr 8120db6
Merge branch 'master' into feat/date-picker-today-button
prsdthkr 91b7ce2
prevent onDatePickerClose from spreading to div
prsdthkr 30d446f
Merge branch 'master' into feat/date-picker-today-button
prsdthkr e4b25bb
feat: calendar compact mode
prsdthkr c3ca158
refactor today button to footer
prsdthkr 2ec7fc3
update tests
prsdthkr 3d7eec9
update Calendar tests
prsdthkr 9ec79a5
lazy load footer styles
prsdthkr dc7d850
feat: configurable todayAction
prsdthkr 0436bbe
Merge branch 'master' into feat/date-picker-today-button
prsdthkr a4a0998
feat: today navigation
prsdthkr ee85683
fix: test
prsdthkr c78a07f
Merge branch 'master' into feat/date-picker-today-button
prsdthkr da2a7e8
feat: add opened datepicker stories
prsdthkr 80762fc
Merge branch 'master' into feat/date-picker-today-button
prsdthkr 163b193
Merge branch 'master' into feat/date-picker-today-button
prsdthkr 925c9c8
update Calendar dev. story, add showToday knob
prsdthkr f03a578
DatePicker removed disableStyles
prsdthkr 191ccc6
DatePicker semantic footer is div
prsdthkr 7a37b57
Calendar default 'compact' prop to false
prsdthkr 4e6723a
Calendar semantic header is div
prsdthkr b1dff30
add dateFormat and defaultValue knobs to dev story
prsdthkr ae5802c
fix test
prsdthkr 79aef5e
update Calendar tests
prsdthkr 100b06d
update snapshots
prsdthkr 1ff7003
Merge branch 'master' into feat/date-picker-today-button
prsdthkr 43ca602
Merge branch 'master' into feat/date-picker-today-button
prsdthkr 15a9694
add 'compact' knob to Calendar dev story
prsdthkr a69d5f5
PR feedback
prsdthkr bb69da7
Merge branch 'master' into feat/date-picker-today-button
prsdthkr f02fb69
add localizedTodayFooterButton story docs
prsdthkr 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
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.
could add compact to as a knob to the dev story as well
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.
Added.