-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
feat(channelGroups): allow re-ordering of groups #4551
feat(channelGroups): allow re-ordering of groups #4551
Conversation
It's not yet self-explaining to users that it's possible to reorder them - I think we should add an indicator for that like it's present in the queue bottom sheet or in the navigation bar order options dialog. |
581c7c9
to
2b5a1d0
Compare
|
I get that, but there's no other way to tell users that they can re-order these. The drag handle should be at the left though, so that it can be clearly distinguished from the edit and delete icon. |
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.
Looks good to me overall, added a couple of small suggestions.
Addresses #3558 by allowing channel groups to be rearranged using DnD.
libretube_reorder_channel_groups.mp4
This will currently update all groups in the database, this may cause problems with larger sets of groups, in which case it may be worth checking which groups need updating.
Due to the other issues listed in #3558 with the Ui, I did not add drag handles.