-
Notifications
You must be signed in to change notification settings - Fork 843
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
Update global date picker #1219
Conversation
@snide Ready for a look through. I've incorporated the extra stuff. |
I'll scan this tonight. Thanks! |
Hmm. Either my local got messed or I think you forgot to commit. 😈 |
Yeah... I forgot to push.... |
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.
- overflow scrolling per section - time range arrows - timer options
3e949bd
to
9e44a7e
Compare
Ok, this is now done. @chandlerprall can you do a real quick pass at the code (esp the TS defs?) |
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.
couple type changes
Co-Authored-By: cchaos <549577+cchaos@users.noreply.github.com>
Co-Authored-By: cchaos <549577+cchaos@users.noreply.github.com>
Co-Authored-By: cchaos <549577+cchaos@users.noreply.github.com>
Co-Authored-By: cchaos <549577+cchaos@users.noreply.github.com>
@chandlerprall , I've committed your TS def fixes |
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.
Also need to import HTMLAttributes in button/index.d.ts (this is causing the CI build failure) - add HTMLAttributes
to the list of imports from React in that file.
Ahh youp, thx. Updated |
Summary
Altered global date/time picker to use buttons instead of date inputs and adds the update button. The component just needed a few adjustments, mostly on the pattern side.
Still needs:
---
Includes a fix for #1207 (don’t shrink date picker icon)
Checklist
[ ] This was checked for breaking changes and labeled appropriately[ ] Jest tests were updated or added to match the most common scenarios[ ] This was checked against keyboard-only and screenreader scenarios(different PR for that)