transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.24k stars 281 forks source link

Feature: Clear search string #985

Closed AllanMarcus closed 6 years ago

AllanMarcus commented 7 years ago

Any change of added a little "x" to the right of the search field to clear the search string? This little "X" to clear a field has become ubiquitous, and I think it would be very useful here.

Alternatively, since the little magnifying glass icon to the left of the field is just a graphic, may click on that to clear the field. The "x" to the right of the field, however, would be better a UI choice.

antekgla commented 6 years ago

I dont know for what you need this because pressing Esc when in Search box all the text is erased, but it is so easy to implement what I did it in https://github.com/transmission-remote-gui/transgui/commit/f7367b1248daa187dadd24acf5905422b0020163

cancelsearchbutton

odinian commented 6 years ago

Great! I didn't know ESC did that. Thanks for the ESC and the botton option.