larryhudson / vite-todo-list

Example Vite project
0 stars 0 forks source link

Drag and drop between 'today', 'tomorrow' and 'upcoming' #52

Closed larryhudson closed 2 months ago

larryhudson commented 2 months ago

Currently you can only drag items within the groups 'today', 'tomorrow', 'upcoming'. I would like to be able to drag between the groups - so if I drag from 'today' to 'tomorrow', the due date should be set to tomorrow's date, and I should be able to drop it into the position I want within the tomorrow list, and vice versa. If I drop it into the 'upcoming', maybe it adds 7 days to the due date.