Merge remote-tracking branch 'origin/simulation-agv' into simulation

This commit is contained in:
2025-03-29 13:15:53 +05:30
6 changed files with 129 additions and 35 deletions

View File

@@ -23,6 +23,7 @@ const Header: React.FC = () => {
className={`toggle-sidebar-ui-button ${!toggleUI ? "active" : ""}`}
onClick={() => {
if (activeModule !== "market") setToggleUI(!toggleUI);
localStorage.setItem("navBarUi", JSON.stringify(!toggleUI));
}}
>
<ToggleSidebarIcon />