Skip to content
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 the Ability to sort or rearrange the order of the Custom Collections #163

Open
LordTKII opened this issue Aug 21, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@LordTKII
Copy link

Is your feature request related to a problem? Please describe.
Currently, the custom collections appear in the order they were created in.

Describe the solution you'd like
I'd love to be able to rearrange the collections.
The most straightforward solution would be to sort them by name on creation, but I'm sure not everyone would appreciate having that "forced" on them. Of course, when the sort function is being worked on, it should be comparatively "simple" to add a selection of properties to sort by.

IE.: the combined viewer count of all live channels in a collection.

Describe alternatives you've considered
A different option, which I imagine to be far more complex to implement, would be to add a drag & drop function to rearrange the collections via drag & drop. A toggle-lock button would be needed to avoid accidental rearranging.

Additional context
This is how my collections look now. The sort selector only affects the channels within each collection, which is a nice feature.
Screenshot 2023-08-21 185803

@LordTKII LordTKII added the enhancement New feature or request label Aug 21, 2023
@Seldszar
Copy link
Owner

Manual sorting will take some time, but in the meantime, collections will be sorted by name.
The change has been submitted and will be available soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants