nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Quick fix for new files OperationProgressbar #502

Closed juliushaertl closed 5 years ago

juliushaertl commented 5 years ago

With the new OperationProgressbar the gallery app was not loading properly as the required scripts from the files app were missing.

I'm not to happy with all the files app dependencies in here, but this at least brings the gallery app back to being functional.

juliushaertl commented 5 years ago

@MorrisJobke @rullzer Would be good to have this in beta1, otherwise the gallery app is broken.

juliushaertl commented 5 years ago

Hm seems the merged javascript has a weired race condition, it works in debug mode and when loading the merged file from the browser cache, but not on hard reload.