-
Notifications
You must be signed in to change notification settings - Fork 871
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
Add feature to set a playlist as quick bookmark target #4518
Add feature to set a playlist as quick bookmark target #4518
Conversation
@PikachuEXE did you see #4517? |
PR differences:
Things my PR is missing:
Things this PR is missing:
Not going to ego it out, can handle this however you prefer @PikachuEXE, as long as all "missing" items are addressed. |
Addressed
|
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.
suggestion: Hide bookmark icon for videos in the user playlist page if it is bookmarked.
I don't mind it, but just so you know, un-starring a video removes all of the dupes as well in this PR, same as mine. |
Looks like the |
|
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.
LGTM. Thanks for incorporating feedback in such a short window. I really like the UX now, especially the "Undo" in the toast.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…mark * development: (53 commits) Add dearrow support for thumbnails (FreeTubeApp#4520) Translated using Weblate (French) Fix hardware acceleration flag for Linux (FreeTubeApp#4532) Translated using Weblate (Bengali) Translated using Weblate (Czech) Translated using Weblate (Hungarian) Translated using Weblate (Turkish) Translated using Weblate (Spanish) Translated using Weblate (Arabic) Translated using Weblate (Italian) Translated using Weblate (Polish) Translated using Weblate (Russian) Translated using Weblate (French) Translated using Weblate (Chinese (Simplified)) Add toggle to suppress sending additional args to external players (FreeTubeApp#4515) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Italian) Translated using Weblate (French) Translated using Weblate (Finnish) Translated using Weblate (Polish) ... # Conflicts: # src/renderer/store/modules/settings.js
Conflicts have been resolved. A maintainer will review the pull request shortly. |
I dont see the color for the star in the code but in the past there was an issue about the star color not being bright enough. If it is not too much hassle can you maybe make change to the color of the star icon to the brightest color yellow, ffff00. |
Also should we maybe disable this? Users can now set a remote playlist as quick bookmark. VirtualBoxVM_H69RrFBiKO.mp4 |
I missed that entirely @efb4f5ff-1298-471a-8973-3d47447115dc - good catch. We need a |
@efb4f5ff-1298-471a-8973-3d47447115dc Is there an existing issue/discussion about it? |
Issue was closed in the past by the playlist PR but probably should be reopened #1762 |
Pull Request Type
Related issue
Ability to add video to a playlist via a single click removed in multiple playlist PR 4234
Description
Add back ability to add video to a playlist set by user
Even though it's possible to add multiple entries to a playlist, this feature (the quick bookmark button) can only add one entry to target playlist and remove it (behaves like the old bookmark button)
Feature can be disabled, target playlist can be changed at anytime (the bookmarked indicator would change when target playlist changed)
Screenshots
When it's disabled video list look like as if this feature not added so screenshot not included
Testing
Desktop
Additional context
UX/text/icons can be changed here or later