Michael Mayer

Results 1129 comments of Michael Mayer
trafficstars

@heikomat might be related to the virtual scrolling? AFAIK it was working before.

Note I've fixed a similar issue in https://github.com/photoprism/photoprism/commit/5d7448d2df3d05580489b3e208ea09b8935bf69b by disabling history mode in full screen view when releasing the [search view render performance improvements](https://github.com/photoprism/photoprism/pull/2433) (probably also worked before): https://github.com/photoprism/photoprism/blob/5d7448d2df3d05580489b3e208ea09b8935bf69b/frontend/src/common/viewer.js#L105 **See...

There's another closed issue for iOS downloads in PWA mode which required changes (compared to non PWA mode) to work.

Excellent, thank you! We've pushed (long overdue) mobile navigation improvements today and updated all our servers & Docker images. Meaning I'll take a break now., so let's see who gets...

We'll try to release what's in our [current development preview](https://docs.photoprism.app/release-notes/#development-preview) tomorrow so we can merge this next to get it tested by more users!

Did you disable "stack sequences"? Any idea why they have been stacked? Same unique id? Exact same place & time?

Probably happened because of the very similar file names. You should disable "stack sequences" in this case. There is no "unstack all" button yet. You may start with a fresh...

Stacking sequences may be helpful in sports / action photography when you have many similar (but not the same) shots taken in a short time frame, typically a few seconds....

Unstacking not only changes the index data, but also (re)indexes the affected file(s) so that they become visible as a new picture, otherwise they would be hidden. Depending on the...

Probably because we manually handle the timing of click events so that a long/short click can be distinguished in mobile Safari. I'm in a hurry right now, but you should...