diff --git a/app/src/assets/textures/floor/black.png b/app/src/assets/textures/floor/black.png new file mode 100644 index 0000000..5562e8a Binary files /dev/null and b/app/src/assets/textures/floor/black.png differ diff --git a/app/src/assets/textures/floor/factory wall texture.jpg b/app/src/assets/textures/floor/factory wall texture.jpg new file mode 100644 index 0000000..65e39c3 Binary files /dev/null and b/app/src/assets/textures/floor/factory wall texture.jpg differ diff --git a/app/src/assets/textures/floor/wall-tex.png b/app/src/assets/textures/floor/wall-tex.png new file mode 100644 index 0000000..d1a09a8 Binary files /dev/null and b/app/src/assets/textures/floor/wall-tex.png differ diff --git a/app/src/assets/textures/floor/white.png b/app/src/assets/textures/floor/white.png new file mode 100644 index 0000000..efc1ea4 Binary files /dev/null and b/app/src/assets/textures/floor/white.png differ diff --git a/app/src/components/ui/FileMenu.tsx b/app/src/components/ui/FileMenu.tsx index 9997ee4..4ad40c5 100644 --- a/app/src/components/ui/FileMenu.tsx +++ b/app/src/components/ui/FileMenu.tsx @@ -32,7 +32,7 @@ const FileMenu: React.FC = () => { }, []); // project - const [projectName, setProjectName] = useState("project 1"); + const [projectName, setProjectName] = useState("Demo Project"); // Load project name from localStorage on mount useEffect(() => { diff --git a/app/src/components/ui/analysis/ThroughputSummary.tsx b/app/src/components/ui/analysis/ThroughputSummary.tsx index 82116cf..8abdf22 100644 --- a/app/src/components/ui/analysis/ThroughputSummary.tsx +++ b/app/src/components/ui/analysis/ThroughputSummary.tsx @@ -5,7 +5,7 @@ import SkeletonUI from "../../templates/SkeletonUI"; const ProductionCapacity = ({ progressPercent = 50, - avgProcessTime = "28.4 Secs/unit", + avgProcessTime = "28.4", machineUtilization = "78%", throughputValue = 128, timeRange = { startTime: "08:00 AM", endTime: "09:00 AM" }, @@ -34,7 +34,7 @@ const ProductionCapacity = ({ <>