From 79edf434c4925a02ca40b6e96bb98f2098823170 Mon Sep 17 00:00:00 2001 From: srichman333 Date: Wed, 5 Jul 2023 10:22:50 -0400 Subject: SharingManager UI fix from merge with master + Sharing Dashboards appear --- src/client/util/SharingManager.scss | 4 ++++ src/client/util/SharingManager.tsx | 10 +++------- src/client/views/DashboardView.tsx | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/client/util/SharingManager.scss b/src/client/util/SharingManager.scss index 6dd38ef30..065d38d2d 100644 --- a/src/client/util/SharingManager.scss +++ b/src/client/util/SharingManager.scss @@ -26,6 +26,10 @@ .share-title { display: inline-flex; gap: 5px; + + .share-info { + align-self: center; + } } .share-copy-link { diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx index b557dd5d6..a0c29d6af 100644 --- a/src/client/util/SharingManager.tsx +++ b/src/client/util/SharingManager.tsx @@ -649,15 +649,11 @@ export class SharingManager extends React.Component<{}> { {GroupManager.Instance?.currentGroup ? (GroupManager.Instance.currentGroup = undefined))} /> : null}

- window.open('https://brown-dash.github.io/Dash-Documentation/properties/sharing-and-permissions/', '_blank')} icon={} /> +

window.open('https://brown-dash.github.io/Dash-Documentation/properties/sharing-and-permissions/', '_blank')} > + window.open('https://brown-dash.github.io/Dash-Documentation/properties/sharing-and-permissions/', '_blank')}/> +
Share {this.focusOn(docs.length < 2 ? StrCast(targetDoc?.title, 'this document') : '-multiple-')} - {/* */} - {/* } /> */}