[arvados-workbench2] updated: 2.7.0-169-g89e80fa0

git repository hosting git at public.arvados.org
Thu Nov 2 14:39:01 UTC 2023


Summary of changes:
 public/arrow-to-left.png                           | Bin 10416 -> 0 bytes
 public/arrow-to-right.png                          | Bin 10484 -> 0 bytes
 public/collapseLHS-New.svg                         |  25 ---------------------
 public/mui-start-icon.png                          | Bin 0 -> 213 bytes
 .../side-panel-toggle/side-panel-toggle.tsx        |   6 ++---
 5 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 public/arrow-to-left.png
 delete mode 100644 public/arrow-to-right.png
 delete mode 100644 public/collapseLHS-New.svg
 create mode 100644 public/mui-start-icon.png

       via  89e80fa011ac209afc87d5440ceef174c2e5ef70 (commit)
      from  d1dd322910160323245664b836d9c2f69e068d85 (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 89e80fa011ac209afc87d5440ceef174c2e5ef70
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Nov 2 10:38:55 2023 -0400

    19302: replaced sidePanelCollapse arrow icon Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/public/arrow-to-left.png b/public/arrow-to-left.png
deleted file mode 100644
index 262c1483..00000000
Binary files a/public/arrow-to-left.png and /dev/null differ
diff --git a/public/arrow-to-right.png b/public/arrow-to-right.png
deleted file mode 100644
index 8205c215..00000000
Binary files a/public/arrow-to-right.png and /dev/null differ
diff --git a/public/collapseLHS-New.svg b/public/collapseLHS-New.svg
deleted file mode 100644
index ce2eac8c..00000000
--- a/public/collapseLHS-New.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   version="1.1"
-   id="svg148"
-   width="300"
-   height="300"
-   viewBox="0 0 300 300"
-   xml:space="preserve"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:svg="http://www.w3.org/2000/svg"><defs
-     id="defs152" /><g
-     id="g154"><g
-       id="g6337"><path
-         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:22.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
-         d="m 191.30938,11.567958 0.0193,275.898262"
-         id="path400" /><path
-         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:22.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
-         d="m 202.57626,149.50744 -89.79939,0.0193"
-         id="path400-3" /><path
-         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:59.0707;stroke-dasharray:none;stroke-opacity:1"
-         id="path4546"
-         d="M 81.113348,90.153499 -22.761723,90.479332 28.893633,0.35796487 Z"
-         transform="matrix(0,0.5047589,0.28743877,-0.01237225,93.434122,136.22641)" /></g></g></svg>
diff --git a/public/mui-start-icon.png b/public/mui-start-icon.png
new file mode 100644
index 00000000..83938371
Binary files /dev/null and b/public/mui-start-icon.png differ
diff --git a/src/views-components/side-panel-toggle/side-panel-toggle.tsx b/src/views-components/side-panel-toggle/side-panel-toggle.tsx
index 9984886b..f7f5cf4b 100644
--- a/src/views-components/side-panel-toggle/side-panel-toggle.tsx
+++ b/src/views-components/side-panel-toggle/side-panel-toggle.tsx
@@ -23,8 +23,6 @@ const SidePanelToggle = (props: collapseButtonProps) => {
             marginTop: '0.4rem'
         },
         icon: {
-            height: '1.5rem',
-            width: '3rem',
             opacity: '0.6',
         },
     }
@@ -33,9 +31,9 @@ const SidePanelToggle = (props: collapseButtonProps) => {
         <IconButton style={collapseButtonIconStyles.root} onClick={() => { props.toggleSidePanel(props.isCollapsed) }}>
             <div>
                 {props.isCollapsed ?
-                    <img style={{ ...collapseButtonIconStyles.icon, transform: "rotate(180deg)" }} src='/collapseLHS-New.svg#svgView(preserveAspectRatio(none))' alt='expand button' />
+                    <img style={collapseButtonIconStyles.icon} src='/mui-start-icon.png'/>
                     :
-                    <img style={{ ...collapseButtonIconStyles.icon, }} src='/collapseLHS-New.svg#svgView(preserveAspectRatio(none))' alt='collapse button' />}
+                    <img style={{ ...collapseButtonIconStyles.icon, transform: "rotate(180deg)"}} src='/mui-start-icon.png'/>}
             </div>
         </IconButton>
     </Tooltip>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list