-
Notifications
You must be signed in to change notification settings - Fork 679
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
feature/touchscreen-friendly #608
base: master
Are you sure you want to change the base?
feature/touchscreen-friendly #608
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a0b276 - Browse repository at this point
Copy the full SHA 0a0b276View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3115ccb - Browse repository at this point
Copy the full SHA 3115ccbView commit details -
Touch is working for touch and drag selection of date range on DateRa…
…ngePicker, however, this is still a WIP and needs cleanup (removing DOM manipulation in favor of lifting up the state) and testing to ensure that this isn't breaking anything in other use cases
Configuration menu - View commit details
-
Copy full SHA for 2c2c246 - Browse repository at this point
Copy the full SHA 2c2c246View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc47664 - Browse repository at this point
Copy the full SHA bc47664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c4c09 - Browse repository at this point
Copy the full SHA 56c4c09View commit details -
Added touch handlers and state variable to track element selection by…
… touchmove events; used a new attribute on the button to access day prop from sibling DayCell components as touch events do not retarget as touch point moves but are anchored to initial touchstart target
Configuration menu - View commit details
-
Copy full SHA for 8a0983f - Browse repository at this point
Copy the full SHA 8a0983fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2392e0 - Browse repository at this point
Copy the full SHA e2392e0View commit details -
During testing found a bug where occasionally the date range will hav…
…e an end date in 1970/1969 even though the calendar is displaying selection for 2023. Attempting to locate the cause for this issue to correct it
Configuration menu - View commit details
-
Copy full SHA for db2b450 - Browse repository at this point
Copy the full SHA db2b450View commit details -
Added checks to ensure that we find the correct element with the data…
…-day attribute and handle it gracefully if the element is not found in the elementsByPoint return value. Removed debug logging statements.
Configuration menu - View commit details
-
Copy full SHA for 425ed1a - Browse repository at this point
Copy the full SHA 425ed1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee27625 - Browse repository at this point
Copy the full SHA ee27625View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea3b9a - Browse repository at this point
Copy the full SHA cea3b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8e452 - Browse repository at this point
Copy the full SHA 6e8e452View commit details