lekma / plugin.video.invidious

Invidious Addon for Kodi
GNU General Public License v3.0
50 stars 7 forks source link

ux: move search to top #87

Closed SethFalco closed 1 year ago

SethFalco commented 1 year ago

This does a minor UX improvement:

Note

Related

SethFalco commented 1 year ago

I made a change since opening this PR.

I added SearchHistory#move_to_end so we can move a search history entry to the end without doing the two-step process of getting the previous sort_by before calling #record.

Please let me know if you have any qualms with this!