-
Notifications
You must be signed in to change notification settings - Fork 176
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
My channels display has no discernable ordering #3559
Comments
I recall us looking into this before, and that we need some frontend logic for this since we store these in IndexedDB? |
This sounds familiar - I just wanted to make sure the issue was tracked, but I couldn't recall what we had discussed about this previously. |
I thought it was sorted by last modified time 🤔 but maybe we never implemented it? |
Ah, I just remember the related issue, but apparently past Marcella didn't actually fix the problem |
Oh, yeah I searched and didn't see any open issues, but I was mostly wondering for adding a frontend/backend label |
Ah, yes, these issues are almost identical. |
So, I went to look at this, and it seems that we are actually ordering by |
Oh... and it seems like the sort by modified is just not sorting properly. Not sure why it is happening, but it is definitely not sorting them properly by the modified date. |
And it seems this is because |
My channels list display either has no ordering or is ordering by an opaque field like
id
.Instead we should order by last modified time, or alphabetically by title (if last modified time ordering would be a performance issue).
The text was updated successfully, but these errors were encountered: