This sidebar will be used to configure nodes in the future. diff --git a/Data/Server/WebUI/src/nodes/General Purpose/Node_Data.jsx b/Data/Server/WebUI/src/nodes/General Purpose/Node_Data.jsx index f4700ac..5f0323a 100644 --- a/Data/Server/WebUI/src/nodes/General Purpose/Node_Data.jsx +++ b/Data/Server/WebUI/src/nodes/General Purpose/Node_Data.jsx @@ -41,6 +41,8 @@ import React, { useEffect, useRef, useState } from "react"; import { Handle, Position, useReactFlow, useStore } from "reactflow"; +import { IconButton } from "@mui/material"; +import { Settings as SettingsIcon } from "@mui/icons-material"; // Global Shared Bus for Node Data Propagation if (!window.BorealisValueBus) { @@ -141,10 +143,29 @@ const DataNode = ({ id, data }) => {