marcrobledo / retroarch-playlist-editor

This web app allows you to create and edit .lpl playlist files for RetroArch.
https://www.marcrobledo.com/retroarch-playlist-editor/
Other
117 stars 14 forks source link

Edit content shall only open on double click (pointer devices) or long-press (touch devices) #23

Closed porg closed 2 years ago

porg commented 2 years ago

Selecting to then move or delete is as important!

Proposal

marcrobledo commented 2 years ago

Done.

Since the UI has changed slightly, implementation will be a little different: The edit dialog still opens automatically, but user can close it manually and it won't open automatically next time. The original behaviour can be restored just by opening the dialog manually again.

porg commented 2 years ago

Persistent mode switching is an acceptable UX too. 👍