stacker.news/pages/settings/wallets
ekzyis 2051dd0e88 Use touches instead of dnd on mobile
Browsers don't support drag events for touch devices.

To have a consistent implementation for desktop and mobile, we would need to use mousedown/touchstart, mouseup/touchend and mousemove/touchmove.

For now, this commit makes changing the order possible on touch devices with simple touches.
2024-07-08 07:33:10 +02:00
..
[wallet].js Add missing hints 2024-07-07 18:35:57 +02:00
index.js Use touches instead of dnd on mobile 2024-07-08 07:33:10 +02:00