a lot of refactos

This commit is contained in:
STEINNI
2026-06-21 21:08:46 +00:00
parent 3066a54a4c
commit 4c9e989bda
16 changed files with 472 additions and 60 deletions
+3
View File
@@ -7,5 +7,8 @@ export const eventHandlers = {
bigBang(msg, chan) {
this.observerSrv?.onBigBang()
},
simulationStopped(msg, chan) {
this.observerSrv?.onSimulationStopped(msg.payload ?? {})
},
},
}
-1
View File
@@ -107,7 +107,6 @@ export const actions = {
success: true,
payload: {
frequency: result.frequency,
agents: result.agents,
t: result.t,
},
})