[arvados-workbench2] updated: 2.5.0-147-g79a73de3
git repository hosting
git at public.arvados.org
Thu Apr 6 15:06:33 UTC 2023
Summary of changes:
src/store/sharing-dialog/sharing-dialog-types.ts | 2 +-
.../sharing-dialog/participant-select.tsx | 4 ++--
.../sharing-dialog/sharing-dialog-component.tsx | 12 +++++------
.../sharing-management-form-component.tsx | 25 +++++++++++++++++-----
.../sharing-dialog/sharing-management-form.tsx | 6 +-----
.../sharing-public-access-form-component.tsx | 15 +++++++------
6 files changed, 38 insertions(+), 26 deletions(-)
via 79a73de39b4d0553e92bce2539c5b2b1806ef68d (commit)
via 8489fb1669592f46853a3c793ad211fa919c30b7 (commit)
via 47c824dd6472897b18738ad4b03dad5cf00e74bc (commit)
from cc6952cee5f114b62b851adcbc667ed20a3946ce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 79a73de39b4d0553e92bce2539c5b2b1806ef68d
Merge: cc6952ce 8489fb16
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Apr 6 10:49:22 2023 -0400
Merge branch '20306-sharing-dialog' refs #20306
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit 8489fb1669592f46853a3c793ad211fa919c30b7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Apr 6 10:48:29 2023 -0400
20306: Revert sharing dialog to 'sm' width
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/store/sharing-dialog/sharing-dialog-types.ts b/src/store/sharing-dialog/sharing-dialog-types.ts
index 2f452b45..58ce3f0f 100644
--- a/src/store/sharing-dialog/sharing-dialog-types.ts
+++ b/src/store/sharing-dialog/sharing-dialog-types.ts
@@ -14,7 +14,7 @@ export const SHARING_INVITATION_FORM_NAME = 'SHARING_INVITATION_FORM_NAME';
export enum VisibilityLevel {
PRIVATE = 'Private',
SHARED = 'Shared',
- ALL_USERS = 'All user accounts',
+ ALL_USERS = 'All users',
PUBLIC = 'Public',
}
diff --git a/src/views-components/sharing-dialog/sharing-dialog-component.tsx b/src/views-components/sharing-dialog/sharing-dialog-component.tsx
index aeb54f56..df232724 100644
--- a/src/views-components/sharing-dialog/sharing-dialog-component.tsx
+++ b/src/views-components/sharing-dialog/sharing-dialog-component.tsx
@@ -90,7 +90,7 @@ export default (props: SharingDialogComponentProps) => {
{...{ open, onClose }}
className="sharing-dialog"
fullWidth
- maxWidth='md'
+ maxWidth='sm'
disableBackdropClick={saveEnabled}
disableEscapeKeyDown={saveEnabled}>
<DialogTitle>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list