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

Actually sort the list #145

Open
htgoebel opened this issue Jan 10, 2019 · 6 comments
Open

Actually sort the list #145

htgoebel opened this issue Jan 10, 2019 · 6 comments
Labels
enhancement low-hanging-fruit Easier tasks especially for beginners ui

Comments

@htgoebel
Copy link

While there are several closed issues about the list to be sorted (#21, #38), the list still is not sorted. Please sort it. Thanks.

Since sorting might not be that easy in liquid, https://stackoverflow.com/questions/8991995/using-liquid-to-sort-posts-alphabetically might be of help.

@bascht
Copy link
Owner

bascht commented Jan 11, 2019

@htgoebel The list is initially sorted by implementation status and can be sorted by any of the available columns:
screenshot-2019-01-11-094935-811x122

Sorting relies on JavaScript to be enabled though.

@htgoebel
Copy link
Author

Sorting relies on JavaScript to be enabled though.

The list should be sorted per default and not rely on Javascript. For me it was not even sorted when enabling Javascript.

@bascht
Copy link
Owner

bascht commented Jan 14, 2019

@htgoebel You might be blocking our CDN then – could you check your Browser Console for JavaScript errors?

@htgoebel
Copy link
Author

My point is: The list should already be sorted in the html delivered and not rely on being sorted by Javascript on the client side.

@bascht
Copy link
Owner

bascht commented Jan 14, 2019

@htgoebel I think you made that point somewhat clear, I was just asking whether you saw any JavaScript errors. Pre-Sorting the list before rendering the HTML is something we could add, but then it'd be only sorted by e.g. status or name.

@htgoebel
Copy link
Author

IC. I can't reproduce the "not even sorted when enabling Javascript" when I tried again just now. Sorry, this part looks like a false alarm.

@bascht bascht added enhancement ui low-hanging-fruit Easier tasks especially for beginners labels Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low-hanging-fruit Easier tasks especially for beginners ui
Projects
None yet
Development

No branches or pull requests

2 participants