Skip to content

Conversation

@Neeraj-gagat
Copy link
Contributor

Description

This Pr adds project selector and new project creator in taskdialog as it was requested in #324
Now we can select from existing project and create new project whhile editing task same as could do in addtask while adding new task

- Fixes: #324

video

Screencast.from.27-12-25.05.54.28.AM.IST.webm

@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!

>
<XIcon className="h-4 w-4 text-red-500" />
</Button>
<SelectTrigger
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added ✓ ✖ for new project creation option but when you select from exixting project we dont need to save it ising onsaveproject fnc it saves without it

Copy link
Contributor Author

@Neeraj-gagat Neeraj-gagat left a comment

Choose a reason for hiding this comment

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

update interfaces and props in other files thats all done with the selfreview it breaks nothing all test passes and it works as expected

Copy link
Collaborator

@its-me-abhishek its-me-abhishek left a comment

Choose a reason for hiding this comment

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

LGTM! Great work! Thanks for the PR!

@its-me-abhishek its-me-abhishek merged commit 884191b into CCExtractor:main Dec 27, 2025
5 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.

Add a project picker (and creator) for the Task Dialog

2 participants