Michael Mayer
Michael Mayer
@tomplast Thanks again for your contribution! Based on your request and proof-of-concept, the above commit adds support for navigating with the arrow keys in the edit dialog. To ensure that...
I've created a follow-up issue to take care of the remaining issues we found while testing (getting help from our community for this would be awesome): - https://github.com/photoprism/photoprism/issues/4916
It seems that the arrow keys stopped working after pressing the Apply button because disabled elements cannot have focus, i.e. the browser automatically focused the `` element instead without triggering...
This is intentional, as the database dumps contain not only picture and album metadata, but also (strongly hashed, yes) passwords and other personal data that you might not want to...
> Thanks Michael, fair enough (though there is also a false sense of security of your photos and thumbnails, why should they be readable by others) They won't if you...
Not yet, it's on our todo.
Thank you! Did this change work for you when you tested it locally?
Thank you! The pull request was really helpful. After seeing it, I dug a little deeper and found that the regular Search UI sets the quality filter when enabled, while...
Since the underlaying issue seems to be resolved, I will close this PR as it is no longer needed. Thank you very much!
We've recently added [download settings](https://demo.photoprism.app/library/settings ) to the UI:  More detailed descriptions for each option: https://docs.photoprism.app/getting-started/config-files/settings/#file-downloads I assume that by "thumbnails" you mean related...