stacker.news/pages/settings
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
..
mutes Mute Management Settings Page (#1034) 2024-04-08 09:13:56 -05:00
subscriptions Subscription management page (#1000) 2024-04-03 19:38:47 -05:00
wallets Use touches instead of dnd on mobile 2024-07-08 07:33:10 +02:00
index.js Use <Alert> for auth banner in /settings (#1238) 2024-06-12 18:16:54 -05:00
settings.module.css Show Alert Message on Settings Page (#1179) 2024-05-17 10:47:06 -05:00