Removed Gear Icon Buttons

This commit is contained in:
Nicole Rappe 2025-05-20 06:02:49 -06:00
parent 8cf209c878
commit 4ccb852a30
2 changed files with 0 additions and 14 deletions

View File

@ -66,13 +66,6 @@ const DataNode = ({ id, data }) => {
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}> <div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
<span>{data?.label || "Data Node"}</span> <span>{data?.label || "Data Node"}</span>
<IconButton
size="small"
onClick={() => window.BorealisOpenDrawer && window.BorealisOpenDrawer(id, { ...data, nodeId: id })}
sx={{ color: "#888", padding: 0, marginLeft: "auto" }}
>
<SettingsIcon sx={{ fontSize: 16 }} />
</IconButton>
</div> </div>
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}> <div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>

View File

@ -92,13 +92,6 @@ const ComparisonNode = ({ id, data }) => {
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}> <div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
<span>{data?.label || "Logic Comparison"}</span> <span>{data?.label || "Logic Comparison"}</span>
<IconButton
size="small"
onClick={() => window.BorealisOpenDrawer(id, { ...data, nodeId: id })}
sx={{ color: "#888", padding: 0, marginLeft: "auto" }}
>
<SettingsIcon sx={{ fontSize: 16 }} />
</IconButton>
</div> </div>
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}> <div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>