-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug]: Watch-video-playlist does not update as additions/removals are made to playlist #56
Comments
@jasonhenriquez i would recommend link the commit when filling in the FT version. I know this is just Pikachu's repo so it doesn't matter that much but sometimes pikachu asked me if I'm using latest commit pushed to the branch because the thing i reported was already fixed. So TLDR including commit you're using will remove confusion of what version you're using and time doenst have to be wasted by pika asking the question and u answering it |
Tried a fix in 125a467 But I think there would still be a lot of related issues regard this I understand the add/reorder one
|
Removing the item unconditionally is fine if necessary, as long as the Case 1 and 2 are still occurring locally on 25a467. |
I am not sure what's the best |
Updated in 7863d03 Currently playing video entry is removed anyway Don't want too many exceptions handling code |
LGTM, Based on the expected behavior Jason laid out. |
ya, looks good |
Guidelines
Describe the bug
Case 1: Adding videos
Case 2: Removing videos
The same issue also occurs for videos that are removed in another tab. To replicate:
Expected Behavior
For Case 1, added videos to the playlist should automatically be added to the watch-video-playlist box (regardless of which tab the "Add" was initiated from.
For Case 2, removed videos from the playlist should automatically be removed from the watch-video-playlist box, regardless of which tab the "Remove" was initiated from. The edge case of the currently open video being removed is a unique one; in this one case, I think the removal should not be visibly reflected in the watch-video-playlist box until the route changes.
Issue Labels
visual bug
FreeTube Version
402af7a
Operating System Version
OpenSUSE Tumbleweed
Installation Method
other
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: