DMarby / picsum-photos

Lorem Ipsum... but for photos.
https://picsum.photos
MIT License
2.24k stars 153 forks source link

Change lexicographic sort to natural sort in list #49

Closed Eight1911 closed 5 years ago

Eight1911 commented 5 years ago

Looking at /images, you will see that ID's are sorted as strings rather than as integers. This fixes that.

DMarby commented 5 years ago

Hi,

Thanks for your contribution!

This is intentional, as I didn't want to treat the IDs as integers anymore, and use strings instead. To maintain backwards compatibility however, I couldn't change the existing ID's, hence the weird sorting on the list page.