-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Idea] Context menu reworking with icons for cleaner experience #5011
Comments
You know what, I'll just ping @Stypox so we get a conversation going. He's the author of two of the issues I mentioned here, hopefully he'll be interested 😃 |
@Lurux sorry for getting in touch so late. I missed this when you first posted a while ago. I really like your solution! If you are going to implement this you can probably take some of my code from #3936
I don't think this is a good idea, as long pressing means something different everywhere else in the app
Now I won't talk to you anymore (just joking, you are right) ;-) |
Eh, unfortunately I don't know anything about Android programming yet... 😕
Yeah, I guess I meant the contrary: simple click replaces the queue, long click extends it; like everywhere else in the app 😄 |
Closing in favor of #9730 |
Checklist
Describe the feature you want
There has been quite a bit of conversation recently about Newpipe's context menus being "too cluttered" and "unintuitive", notably leading to heated conversations around the "start playing from here" feature (see #4805).
Reading the conversations, I decided to take inspiration from #2583 and do my own take on Newpipe's context menus.
Basically, the idea is to have the most common actions displayed as icons in the context menu. The contextual (or "more confusing") options would be out of the view by default, just a scroll away from being accessible:
In this context, the "add to playlist" icon could be replaced with an "enqueue" option to enqueue that single video. Long pressing the icons would be used to replace the queue with the content of the current page, playing it from the currently selected video (solves #4805).
Is your feature request related to a problem? Please describe it
This would allow to make the menu simpler for newcomers and more consistent, without compromising more advanced options like in the controverted #2368 (no offence). Since the menu would always have the same size and position, this would allow to use muscle memory for the most used actions. Finally, this would allow to play videos without having to wait for the video details to load in the classic "show details" view (which also used to stop the background player, I don't know if that's still the case).
Additional context
This was inspired by #2583 to try and solve the current problems around Newpipe's context menu.
How will you/everyone benefit from this feature?
This feature will help us colonize the galaxy !
In all seriousness, I think this would make Newpipe nicer to look at and simpler for newcomers, while solving quite a few problems as stated above.
The text was updated successfully, but these errors were encountered: