feat(TaskDialog): add datetime picker for wait field#364
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! |
|
@its-me-abhishek , CI failure is not related to PR , its because Overdue task counting in ReportsView is incorrect ,when it will get resolve , will update the pr . |
|
Please rename the PR title and follow the commit conventions as set in CONTRIBUTING.MD while naming PRs and commits |
sure, let me fix . |
02cfa3e to
02ad539
Compare
Description
Added DateTimePicker support to the wait field in TaskDialog, allowing users to select both date and time for task wait dates.
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing)