Skip to content
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

Allow for custom month navigation buttons #1859

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

caseklim
Copy link
Collaborator

Image from Gyazo

image

@caseklim caseklim force-pushed the ck--custom-month-navigation-buttons branch 6 times, most recently from 45194a1 to 733ba64 Compare November 13, 2019 18:38
@@ -469,8 +473,10 @@ class DateRangePicker extends React.PureComponent {

const withAnyPortal = withPortal || withFullScreenPortal;

/* eslint-disable jsx-a11y/no-static-element-interactions */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not doable in the same inline comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caseklim caseklim force-pushed the ck--custom-month-navigation-buttons branch from 733ba64 to a75682b Compare November 13, 2019 22:55
@@ -469,8 +473,9 @@ class DateRangePicker extends React.PureComponent {

const withAnyPortal = withPortal || withFullScreenPortal;

/* eslint-disable jsx-a11y/no-static-element-interactions, jsx-a11y/click-events-have-key-events */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move it down to where it originally was and use eslint-disable-line

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 👌 I was trying to stay within the character limit but the line length is too long either way lol

@caseklim caseklim force-pushed the ck--custom-month-navigation-buttons branch from a75682b to de15781 Compare November 13, 2019 23:00
Copy link
Contributor

@kevinthepan kevinthepan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@caseklim caseklim force-pushed the ck--custom-month-navigation-buttons branch from de15781 to 35effaa Compare November 13, 2019 23:10
@kevinthepan kevinthepan merged commit af15edd into master Nov 13, 2019
@kevinthepan kevinthepan deleted the ck--custom-month-navigation-buttons branch November 13, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants