diff --git a/changelog/unreleased/bugfix-preview-app-filename-hovers-over-image b/changelog/unreleased/bugfix-preview-app-filename-hovers-over-image index 5c52913619c..3fe730ede64 100644 --- a/changelog/unreleased/bugfix-preview-app-filename-hovers-over-image +++ b/changelog/unreleased/bugfix-preview-app-filename-hovers-over-image @@ -6,4 +6,5 @@ Therefore we have introduced a new top bar, where the filename will be shown and the download and the close button will be displayed. https://github.com/owncloud/web/pull/7216 +https://github.com/owncloud/web/pull/7359 https://github.com/owncloud/web/issues/6300 diff --git a/changelog/unreleased/bugfix-preview-infinite-loading-spinner b/changelog/unreleased/bugfix-preview-infinite-loading-spinner new file mode 100644 index 00000000000..d0ce2c19bc5 --- /dev/null +++ b/changelog/unreleased/bugfix-preview-infinite-loading-spinner @@ -0,0 +1,5 @@ +Bugfix: Fix infinite loading spinner on invalid preview links + +The `preview` app now shows an error, when a file does not exist (for example when opening a bookmark to a file that does not exist anymore). Before it showed a loading spinner infinitely. + +https://github.com/owncloud/web/pull/7359