jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Reuse TaskInput for edit action #65

Closed jackreichert closed 9 months ago

jackreichert commented 9 months ago

Context Currently edit and new tasks are handled differently, for a more consistent user experience, and to not reuse logic they should rely on the same component.

Acceptance Criteria