[arvados] updated: 2.7.0-6512-g29541c7465

git repository hosting git at public.arvados.org
Mon Apr 22 15:28:22 UTC 2024


Summary of changes:
 services/workbench2/src/components/data-explorer/data-explorer.tsx      | 2 +-
 .../src/components/multiselect-toolbar/MultiselectToolbar.tsx           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  29541c7465214a54fe223f42dabf9aeef44a6342 (commit)
      from  f523522e3b9024b706da52bcddbce42a58c56296 (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 29541c7465214a54fe223f42dabf9aeef44a6342
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Apr 22 11:28:15 2024 -0400

    21224: fixed toolbar location toggle Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index b596683fad..82c4ed721f 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -146,7 +146,7 @@ export const DataExplorer = withStyles(styles)(
             const { selectedResourceUuid, currentRouteUuid } = this.props;
             if(selectedResourceUuid !== prevProps.selectedResourceUuid || currentRouteUuid !== prevProps.currentRouteUuid) {
                 this.setState({
-                    multiSelectToolbarInTitle: selectedResourceUuid === this.props.currentRouteUuid,
+                    msToolbarInDetailsCard: selectedResourceUuid === this.props.currentRouteUuid,
                 })
             }
         }
diff --git a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 449bd2dcd5..b9d9c4ffcf 100644
--- a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -127,7 +127,7 @@ export const MultiselectToolbar = connect(
             <React.Fragment>
                 <Toolbar
                     className={classNames(classes.root, injectedStyles)}
-                    style={{ width: `${(actions.length * 2.5) + 6}rem`}}
+                    style={{ width: `${(actions.length * 2.5) + 2}rem`}}
                     data-cy='multiselect-toolbar'
                     >
                     {actions.length ? (

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list