Skip to content

Conversation

@Hell1213
Copy link
Contributor

Added datetime picker for the start field in task edit dialog. Users can now select both date and time when editing the start field of existing tasks.

Contributes: #326

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

Additional Notes
When users select only a date, it saves as YYYY-MM-DD format. When they select date + time, it saves as ISO format. No random time is added when users only pick a date.

Screenshot from 2025-12-30 19-20-15 Screenshot from 2025-12-30 19-20-23

@github-actions
Copy link

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:

  • Check the "Files changed" tab
  • Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
  • Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
  • Finally, submit all the comments!

More information on how to conduct a self review:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request

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!

Copy link
Contributor Author

@Hell1213 Hell1213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced the basic date picker with a datetime picker for the start field in task editing. Now users can pick both date and time instead of just date, and it handles the formats properly on both frontend and backend.

return
}

startFormatted, err := utils.ConvertISOToTaskwarriorFormat(start)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be just start

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks , will resolve this immediately .

@Hell1213 Hell1213 force-pushed the add-datetime-picker-start-field branch from 62d2d4b to 3953310 Compare December 30, 2025 14:33
@its-me-abhishek its-me-abhishek changed the title Add datetime picker for start field in TaskDialog feat: add datetime picker for start field in TaskDialog Dec 30, 2025
@its-me-abhishek
Copy link
Collaborator

Please follow the commit conventions as set in CONTRIBUTING.MD while naming PRs and commits

@its-me-abhishek its-me-abhishek merged commit c55e519 into CCExtractor:main Dec 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants