You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to rearrange the order that each tile shows up in the view, and I think the most intuitive way to do this would be to enable drag and drop.
Desired Behaviour
When you click and hold on a tile you should able to move it to a different position along a predefined grid. When dropped over another existing tile, the other existing tile should move out of it's way to make space for the one in your hand.
This is going to be more efficient and best served by a React version upgrade that allows us to make use of hooks. Since that's not feasible ATM, I'm going to move this out of the 1.0 project.
Summary
It would be nice to be able to rearrange the order that each tile shows up in the view, and I think the most intuitive way to do this would be to enable drag and drop.
Desired Behaviour
When you click and hold on a tile you should able to move it to a different position along a predefined grid. When dropped over another existing tile, the other existing tile should move out of it's way to make space for the one in your hand.
Possible Solution
React DND
Additional context
Originally Freddy's idea. Good idea so logging it down here.
The text was updated successfully, but these errors were encountered: