thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
892 stars 72 forks source link

Add display settings to show/hide files marked as private #99

Closed mrrsm closed 3 years ago

mrrsm commented 3 years ago

Fixes #98

thielepaul commented 3 years ago

I am afraid this is not compatible with the API changes I am currently working on in https://github.com/photoprism/photoprism-mobile/pull/96 With the changes in #96 it is already possible to change the sorting, and filter for photos/videos and archived photos, adding another flag to show private photos there should be no problem.

mrrsm commented 3 years ago

It looks like that PR is going to encompass a lot of changes to make things better. Is there an ETA when that may go in or an issue/comment that explains all the things that PR is covering?

I don't want to spend any time potentially duplicating work or putting in issues for items that may be addressed or changing already.

thielepaul commented 3 years ago

I am mainly waiting for feedback on the required changes in the backend, before merging it: https://github.com/photoprism/photoprism/pull/995

I will add some notes to the PR, what it contains and what it is still to do. If there is anything else, you can always open an issue and ask.