-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Edit Form #744
Create Edit Form #744
Conversation
c3f33ea
to
bd0d610
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like Ana, I had a few structural questions here that might simply be my own lack of knowledge about Next.js project architecture.
Functionally, the edit form works well so far and I like it better than the original modal concept.
bd0d610
to
97d992f
Compare
Also moved the useDeletTask hook call to insided of component and added edit icon to set task edition
This data is used for the task edition, so it needs to be accessed by the TaskBox component
It can be used by both Tasks and TasksIntents, making it usable on creation or edition
This creates the api function and the hook to use in the components
97d992f
to
6f14d8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks for also working on the restructuring for DayView/TaskForm so that the code is more clear.
Switching projects is not working very well (I'm using Chromium): Screencast.from.2023-12-18.16-43-42.webm |
This is working now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
Description
Add a form to the task listing that allows the user to edit the Task on the spot.
Screenshots
Screencast.from.2023-12-12.11-31-23.webm