SuccèsChangements

Summary

  1. gs-ir: added the ability to change the document docClass (modal + radio (commit: 1eaee94) (details)
  2. gs-reactor: Destroy Contexts and DOM nodes trees when webSocket closed (commit: c979f0c) (details)
  3. gs-reactor: refactored script.js (split into smaller functions) (commit: 724f437) (details)
Commit 1eaee9470e087ae06eadaa58fe57cfeec78d9f64 by plassalas
gs-ir: added the ability to change the document docClass (modal + radio
buttons)
(commit: 1eaee94)
The file was modifiedgs-ir/src/main/resources/watchapp.css
The file was modifiedgs-reactor/src/main/resources/script.js
The file was modifiedgs-ir/src/main/java/org/genericsystem/ir/app/gui/pages/HomePageTable.java
The file was addedgs-ir/src/main/java/org/genericsystem/ir/app/gui/utils/RadioButtonWithValue.java
Commit c979f0cb6f2b6700fbce448a511bd920c55352d5 by fducroquet
gs-reactor: Destroy Contexts and DOM nodes trees when webSocket closed
Otherwise the listeners of the DOM nodes tree connected to the webSocket
are still active.
(commit: c979f0c)
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/appserver/ApplicationServer.java
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/HtmlDomNode.java
Commit 724f4377f4f04c76f08199ba8bfdbf31586d55cf by plassalas
gs-reactor: refactored script.js (split into smaller functions)
(commit: 724f437)
The file was modifiedgs-reactor/src/main/resources/script.js