From f35b4163f98de6c8a9032a738c12ce3766a2314d Mon Sep 17 00:00:00 2001 From: NickolaiYurchenko Date: Mon, 22 Aug 2022 17:47:43 +0300 Subject: [PATCH] web/satellite: multiple passphrase notification added after redirecting from bucket page to upload page if we have no files/folders related to this passphrase but have other objects in bucket we show closable reminder that we support multiple passphrases per bucket Change-Id: I6420aedd5605100e4aa35b598771e5298e251f91 --- .../components/common/InfoNotification.vue | 80 +++++++++++++++++++ .../src/components/objects/BucketItem.vue | 9 ++- .../src/components/objects/UploadFile.vue | 24 ++++++ 3 files changed, 109 insertions(+), 4 deletions(-) create mode 100644 web/satellite/src/components/common/InfoNotification.vue diff --git a/web/satellite/src/components/common/InfoNotification.vue b/web/satellite/src/components/common/InfoNotification.vue new file mode 100644 index 000000000..563208f61 --- /dev/null +++ b/web/satellite/src/components/common/InfoNotification.vue @@ -0,0 +1,80 @@ +// Copyright (C) 2022 Storj Labs, Inc. +// See LICENSE for copying information. + + + + + + diff --git a/web/satellite/src/components/objects/BucketItem.vue b/web/satellite/src/components/objects/BucketItem.vue index f4a80afb7..2108a0a4c 100644 --- a/web/satellite/src/components/objects/BucketItem.vue +++ b/web/satellite/src/components/objects/BucketItem.vue @@ -35,13 +35,14 @@