the-me-0 / gallery

A gallery web app, with similar technologies as my last project Groove (NextJS)
1 stars 0 forks source link

Display image in full screen show old image first #3

Closed the-me-0 closed 2 months ago

the-me-0 commented 2 months ago

When you click on a new image after opening another one in full screen before, the one opened before is displayed until the new one is fully loaded.

Making the modal display a loading logo would be better.

the-me-0 commented 2 months ago

Fixed by this commit, replaced the last full screen loaded image from the new loading modal by a skeleton.

Will be part of V0.1.0