feat: added the functionality for the play, pause, next phase, reset phase, reset experiment buttons

ref: N25B-400
This commit is contained in:
Björn Otgaar
2026-01-07 18:31:56 +01:00
parent c9df87929b
commit a1e242e391
5 changed files with 61 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ import type {FlowState} from './visualProgrammingUI/VisProgTypes.tsx';
import styles from './VisProg.module.css'
import { NodeReduces, NodeTypes } from './visualProgrammingUI/NodeRegistry.ts';
import SaveLoadPanel from './visualProgrammingUI/components/SaveLoadPanel.tsx';
import SimpleProgram from "../SimpleProgram/SimpleProgram.tsx";
import MonitoringPage from '../MonitoringPage/MonitoringPage.tsx';
// --| config starting params for flow |--