diff --git a/changelog/unreleased/enhancement-polish-upload-overlay b/changelog/unreleased/enhancement-polish-upload-overlay new file mode 100644 index 00000000000..ca679e200dc --- /dev/null +++ b/changelog/unreleased/enhancement-polish-upload-overlay @@ -0,0 +1,9 @@ +Enhancement: Polish the upload overlay + +We polished the overlay that pops up on the bottom right corner when uploading files: + +* The header now shows the amount of successful uploads +* Polished the overall design of the overlay + +https://github.com/owncloud/web/pull/6837 +https://github.com/owncloud/web/issues/6819 diff --git a/packages/web-runtime/src/components/UploadInfo.vue b/packages/web-runtime/src/components/UploadInfo.vue index 8c2894fcb09..cacda7e9af6 100644 --- a/packages/web-runtime/src/components/UploadInfo.vue +++ b/packages/web-runtime/src/components/UploadInfo.vue @@ -1,17 +1,7 @@