sambecker / exif-photo-blog

Photo blog, reporting 🤓 EXIF camera details (aperture, shutter speed, ISO) for each image.
https://photos.sambecker.com
736 stars 130 forks source link

Fix admin page not displaying all photos #118

Closed rsalik closed 3 months ago

rsalik commented 3 months ago

The first batch of admin photos queried in order of created_at DESC. However, the rest of the photos loaded by infinite scroll are queried in order of priority_order ASC, taken_at DESC. As a result, some photos may not be displayed and some photos are displayed twice.

This change would allow all admin photos to be queried in the default order.

vercel[bot] commented 3 months ago

@rsalik is attempting to deploy a commit to the Sam Becker Pro Team on Vercel.

A member of the Team first needs to authorize it.

sambecker commented 3 months ago

Great catch @rsalik—closing this in favor of #119 in order to push a few more updates