Balastrong / myntenance

Your next side project won't fail this time 💡
https://myntenance.vercel.app
11 stars 10 forks source link

Edit task data (title, status, deadline) from the table #56

Open Balastrong opened 1 month ago

Balastrong commented 1 month ago

Similar to notion, click on a table cell makes it editable

For now we can do that on tasks for:

Data is sent to backend on blur (for the text input we can also do that on a debounce)