From c3378efb7eceacd20ed95fb671451f70bc979b65 Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Fri, 17 Jun 2022 16:43:29 +0200 Subject: [PATCH] Draft: Reposition OcNotifications in web-runtime --- .../enhancement-reposition-notifications | 7 +++++++ .../web-runtime/src/components/MessageBar.vue | 3 +-- .../web-runtime/src/components/UploadInfo.vue | 5 ----- .../web-runtime/src/layouts/Application.vue | 20 +++++++++++++++++-- 4 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 changelog/unreleased/enhancement-reposition-notifications diff --git a/changelog/unreleased/enhancement-reposition-notifications b/changelog/unreleased/enhancement-reposition-notifications new file mode 100644 index 00000000000..429422c8a61 --- /dev/null +++ b/changelog/unreleased/enhancement-reposition-notifications @@ -0,0 +1,7 @@ +Enhancement: Reposition notifications + +We've repositioned the notifications to no longer block the searchbar - they are now in the bottom right corner, above the (possibly visible) upload information. +It has also been redesigned to better fit the overall design. + +https://github.com/owncloud/web/pull/7139 +https://github.com/owncloud/web/issues/7082 diff --git a/packages/web-runtime/src/components/MessageBar.vue b/packages/web-runtime/src/components/MessageBar.vue index 0238ffcf656..d080a79418e 100644 --- a/packages/web-runtime/src/components/MessageBar.vue +++ b/packages/web-runtime/src/components/MessageBar.vue @@ -1,12 +1,11 @@