-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve video playlist search UX #4929
Improve video playlist search UX #4929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes the playlist video search button & makes the search bar appear alongside the other playlist-info controls by default, where playlistInVideoSearchMode is now true when the search bar is non-empty.
Please Hide search when there is 0 or 1 vids in the playlist. I see no reason for it to be there.
Focuses the playlist search bar on Ctrl+F. This is an experimental change testing how people like the convenience of Ctrl+F for a route with a prominent search bar. I, personally, have been pressing it in my personal usage on this page thinking it would focus this bar, to minor frustration.
Please list it in https://docs.freetubeapp.io/usage/keyboard-shortcuts/ after PR is merged.
This PR does not close #4924. That is about the add to playlist window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No necessary in this PR
Maybe also add Ctrl+F to playlists view to be consistent?
Thinking about this again and i think this should belong in the Experimental Settings with a toggle |
Honest q: why? This is something people will either type in or not type in. |
807fa75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the CSS for the searchInputsRow
class in ft-playlist-info.scss
and remove the grid stuff, as that causes a wider margin on the right side than the left side, as there is a blank colum with an 8px gap.
@absidue 's comment about |
I somehow missed that comment. So many self-facepalms since coming back lol. Lemme check |
429d54e
to
5a64448
Compare
@PikachuEXE Thank you for concealing my secret that I put |
Improve video playlist search UX
Pull Request Type
Related issue
None
Description
Clicking a button to enable/disable search has felt pretty arbitrary and cumbersome in my experience. This PR:
playlist-info
controls by default, whereplaylistInVideoSearchMode
is now true when the search bar is non-empty.There are no videos in this playlist that matches your search
->There are no videos in this playlist that match your search
Screenshots
Testing
Desktop