feat: add datetime picker for due field in TaskDialog#350
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
Hell1213
left a comment
There was a problem hiding this comment.
Replaced DatePicker with DateTimePicker for the duefield in TaskDialog, updated backend to handle ISO datetime format, and fixed tests
|
Please follow the commit conventions as set in CONTRIBUTING.MD while naming PRs and commits |
Add DateTimePicker for due field in TaskDialog to allow users to select both date and time instead of just date.
Contributes: #326
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing)Additional Notes
This follows the same pattern as start field PR. Users can now pick specific times for due dates, not just dates.