Title mapping: drag-and-drop is not discoverable and breaks on mobile #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The drag-and-drop interaction for mapping disc titles to Sonarr/Radarr items has two issues:
Discoverability — there is no visual affordance indicating that dragging is required. New users stall at this step because clicking a disc title and clicking a search result both look like they should "do something" but nothing happens. The ⌨ Keyboard fallback exists but is also not obvious.
Mobile — drag-and-drop is unreliable on touch devices. The two-column layout (disc titles left, arr search right) compresses on small viewports and makes drag targets hard to hit accurately. Horizontal drag across the columns is especially awkward.
What good looks like
A few approaches to consider (not mutually exclusive):
Related
See #1 for the broader mobile layout improvements.