akshay9 / librephotos-mobile

Mobile Application for self-hosted Librephotos Server
MIT License
38 stars 10 forks source link

Swiping between photos #6

Closed DigitalWriting-Dev closed 2 years ago

DigitalWriting-Dev commented 3 years ago

Describe the enhancement you'd like Being able to browse the library by tapping a photo and swiping left and right for the previous and next photo respectively.

Describe why this will benefit the LibrePhotos This will make browsing the gallery much easier, not having to constantly go back to the gallery and look at another photo.

akshay9 commented 2 years ago

@ShiniGandhi This feature is implemented in the latest version LibrePhotos Mobile v1.0.2 🎉

DigitalWriting-Dev commented 2 years ago

Thanks! It works great, except you can't swipe between dates. Is that intentional?

akshay9 commented 2 years ago

Yes it was intentional. It was done due to performance reasons in order to prevent loading all the photos in memory. In future dynamic or paginated loading can be implemented to get infinite scrolling