Skip to content

Feat:add project picker for task dialog#332

Merged
its-me-abhishek merged 2 commits intoCCExtractor:mainfrom
Neeraj-gagat:feat/add-project-picker-for-Task-dialog
Dec 27, 2025
Merged

Feat:add project picker for task dialog#332
its-me-abhishek merged 2 commits intoCCExtractor:mainfrom
Neeraj-gagat:feat/add-project-picker-for-Task-dialog

Conversation

@Neeraj-gagat
Copy link
Copy Markdown
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
Copy Markdown

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!

Comment thread frontend/src/components/HomeComponents/Tasks/TaskDialog.tsx
>
<XIcon className="h-4 w-4 text-red-500" />
</Button>
<SelectTrigger
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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