MuffinTheDragon / daily-habit-tracker

Minimalistic app to help track and build daily habits
https://www.dailyhabits.dev/
60 stars 3 forks source link

drag/drop + sort habits feature request #7

Open DavoSculdun opened 3 months ago

DavoSculdun commented 3 months ago

Would be neat if you can drag and drop habits into a particular order so you can tackle them in a preferred sequence. /label enhancement

MuffinTheDragon commented 3 months ago

I had something like this earlier where when you drop a card, it'll update its order in the collection. But there were some quirks with the animations.

Once you drag and dropped something, the dropping animation would play at the same time as the rendering animation since the collection gets updated, which triggers a re-render.

I'll have to take another look at this to see if there's a fix for this. I couldn't find a good way to do it last time.