johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
339 stars 33 forks source link

Allow to bulk add multiple items #545

Closed johman10 closed 8 months ago

johman10 commented 10 months ago

After this PR any multiple input instance should accept pasting with multiple lines, in case this occurs the values will be split by newline, trimmed and filtered for empty values before being put into the inputs. In case you paste on top of field that already has a value the value will be perserved.

Resolves: https://github.com/johman10/flood-for-transmission/issues/537