Update user playlist view to show grab bar disabled when items being deleted - #9515
Update user playlist view to show grab bar disabled when items being deleted#9515PikachuEXE wants to merge 3 commits into
Conversation
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
There was a problem hiding this comment.
Two things i noticed.
The first one is that the user can drag the grab bar when its disabled. Im not sure if we need todo anything about this though.
Second, grab bar shouldnt be available when there is only one video in playlist
VirtualBoxVM_q2pYuYg5Gl.mp4
|
Fixed grab bar draggable when disabled (unnecessary change from me) |
|
I've tested the MR with different scenarios and it works fine I would tend to say that disabling the grab bar would have made sense if the drop-down sort menu was always displayed. It would have indicated that, indeed it's a custom sort, but you can't sort one video. |
|
Did not test playlist with 1 items only |
|
LGTM! |
|
Should we enforce the same behavior in list mode to keep the UX consistent? |
|
I think this PR is necessary to avoid the jumping around thing, not on list mode side
|
Pull Request Type
Related issue
#9468 (comment) (already closed, but the suggestion is from a comment on the issue
Description
This PR makes grab bar remain visible but disabled (this is about grid mode only, list mode unchanged)
Screenshots
Screen.Recording.2026-07-28.at.18.37.14.mp4
Testing
Video View TypetoGridDesktop
Additional context