Closed Joshua-Vankayalapati closed 2 months ago
@Joshua-Vankayalapati is attempting to deploy a commit to the balastrong's projects Team on Vercel.
A member of the Team first needs to authorize it.
the label should be renamed. I wasn't understanding what was it doing before seeing the demo.
Something like "Create another task". With this label the modal is too short but making it larger to have enough space it wouldn't be a problem imo
Understood. I have updated the label for the "Auto-Create" checkbox to "Create Another Task" as requested.
Key updates include:
The form fields will reset after task creation, allowing users to input new information seamlessly. With the checkbox enabled, the dialog box will remain open, enabling users to create additional tasks without closing the dialog. The checkbox and its label now adhere to the project's existing UI style.
Please note: The status of the checkbox will revert to undefined after task creation, but the previous status will be displayed. Users will need to reselect their option. Additionally, extending the dialog box width and refining these features may require further development from someone with advanced React and TypeScript experience.
That's great, thanks!
I think this PR got closed automatically when you deleted the repo and is no longer in sync with your code, could you please open a new PR? :)
That's great, thanks!
I think this PR got closed automatically when you deleted the repo and is no longer in sync with your code, could you please open a new PR? :)
Ok, sure
Auto-Create State: autoCreate state added to track whether the checkbox is checked. Checkbox Component: Simple checkbox component is rendered before the "Cancel" button. Conditional Close: If "Auto-Create" is checked, the modal will remain open, even after the task is created.