this post was submitted on 23 Jun 2023
3 points (80.0% liked)

Lemmy

12535 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

The URL looks currently like this:

https://lemmy.ml/?dataType=Post&listingType=Local&page=1&sort=Active

But &sort=Active is at the end, while &page=1 is right before. This is bad design, because &page=1 is the one that changes every time when scrolling and pressing, so put &page=1 at the end of the URL please:

https://lemmy.ml/?dataType=Post&listingType=Local&sort=Active&page=1

See? It looks so much better.

you are viewing a single comment's thread
view the rest of the comments
[–] gylotip@lemmy.ml 0 points 1 year ago

Well, people said that the old URL was bad design, so they are right.