larryhudson / vite-todo-list

Example Vite project
0 stars 0 forks source link

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

Closed larryhudson closed 2 hours ago

larryhudson commented 2 hours 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.

larryhudson-aider-github[bot] commented 2 hours ago

I've created a pull request to address this issue: https://github.com/larryhudson/vite-todo-list/pull/55