Closed scottohara closed 3 years ago
The Move To action on series edit is currently a label ("Move To") and a text input (which shows the program selected via the spinning wheel).
For consistency, "Move To" should be a button like Import / Export / Check for Updates.
Alternatively, the <input type="text"> could be replaced by a <select>, and ditch the spinning wheel?
<input type="text">
<select>
The Move To action on series edit is currently a label ("Move To") and a text input (which shows the program selected via the spinning wheel).
For consistency, "Move To" should be a button like Import / Export / Check for Updates.
Alternatively, the
<input type="text">
could be replaced by a<select>
, and ditch the spinning wheel?