-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
1308 fe preventing dates longer than 3 months #1342
Conversation
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.
Looks great, thanks!
Could you attach a screenshot showing how the calendar looks now?
@@ -162,6 +162,7 @@ async def get_open_request_counts(): | |||
return result | |||
|
|||
|
|||
@cached(alias="default") |
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.
Please delete this change from the PR
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.
Friendly ping
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.
Thanks for the screenshots! Looks great. I left another comment on a comment from the first round that might've been missed.
@@ -162,6 +162,7 @@ async def get_open_request_counts(): | |||
return result | |||
|
|||
|
|||
@cached(alias="default") |
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.
Friendly ping
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.
Looks great, thanks Killen! Feel free to merge when you are ready.
Fixes #{1308}
dev
branchWhile still able to click on and select dates outside of the available range when using the disabledDays arg, they are now greyed out and return no data when selected.