opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
347 stars 186 forks source link

Order entries on /events/ from newest (top) to oldest (bottom) #304

Closed ei8fdb closed 3 years ago

ei8fdb commented 3 years ago

Right now the entries on https://opensourcedesign.net/events/ are from oldest to newest, as can be seen here:

image

The ordering should be from newst (top) to oldest (bottom) to save users from 1) thinking there are no new events, 2) scrolling to the bottom to see if there are newer events.

My proposal is to just flip the entries, so newest (past) events are in the top.

I don't know how this page is constructed, so I don't know how to change it. But I'm happy to help, and review PRs.

RDIL commented 3 years ago

I broke this some time ago, and I spent a few hours working for a solution with no luck so far.
I will revisit this soon.