898 Commits

Author SHA1 Message Date
Mose Müller
c980d35859 fixing EnumComponent notification message format 2023-08-02 12:06:21 +02:00
Mose Müller
42bfa028e0 fixing NumberComponent rendering 2023-08-02 12:06:21 +02:00
Mose Müller
e7b003d396 Updating pyproject.toml 2023-08-02 12:06:21 +02:00
Mose Müller
717939e902 fixing GenericComponent exports 2023-08-02 12:06:21 +02:00
Mose Müller
18c71dd7f6 fix: fixing method serialization 2023-08-02 12:06:21 +02:00
Mose Müller
08a01c1bfe frontend: npm run build 2023-08-02 12:06:21 +02:00
Mose Müller
9c061f05ef feat: move frontend_update logic into utils file 2023-08-02 12:06:21 +02:00
Mose Müller
ef28475c4e feat: moving serialization stuff into DataServiceSerializer 2023-08-02 12:06:21 +02:00
Mose Müller
9ffd666085 chore: moving task-based things to TaskManager 2023-08-02 12:06:21 +02:00
Mose Müller
3e925c7087 frontend: only display "render count" when in development mode 2023-08-02 12:06:21 +02:00
Mose Müller
0af8fff9b5 Updating python environment 2023-08-02 12:06:21 +02:00
Mose Müller
fb0d1c3d07 frontend: updating build command, location of static files 2023-08-02 12:06:21 +02:00
Mose Müller
532390c3fd Updating python environment 2023-08-02 12:06:21 +02:00
Mose Müller
9d93b55d60 frontend: updating build command, location of static files 2023-08-02 12:06:20 +02:00
Mose Müller
b26bce8556 frontend: npm run build 2023-08-02 12:06:20 +02:00
Mose Müller
3352d34ec6 DataService: updating serialize
- removing unnecessary prefix
- updating list serialization
2023-08-02 12:06:20 +02:00
Mose Müller
49d7ea30ef frontend: getting correct hostname and port 2023-08-02 12:06:20 +02:00
Mose Müller
bc0ae0196d feat: adding helper function 2023-08-02 12:06:20 +02:00
Mose Müller
504d6c1c81 feat: adding list support in socketio handler 2023-08-02 12:06:20 +02:00
Mose Müller
837f02b0d3 frontend: adding GenericComponent 2023-08-02 12:06:20 +02:00
Mose Müller
ce1442b354 frontend: updating list through reducer is now supported 2023-08-02 12:06:20 +02:00
Mose Müller
cc0397b23e frontend: adding ListComponent 2023-08-02 12:06:20 +02:00
Mose Müller
8c8e22cf70 feat: adding StringComponent 2023-08-02 12:06:20 +02:00
Mose Müller
6c89059792 frontend: passing parent_path via socketio 2023-08-02 12:06:20 +02:00
Mose Müller
7248192e83 socketio: update frontend event handler
- frontend always passes parent_path
- get the correct attribute specified by the parent_path
2023-08-02 12:06:20 +02:00
Mose Müller
78e59640df frontend: updating packages 2023-08-02 12:06:20 +02:00
Mose Müller
3116d98f1c frontend: adding DataServiceComponent. Rendering nested classes is now possible. 2023-08-02 12:06:20 +02:00
Mose Müller
ca794948d0 frontend: updated NumberComponent
- ignoring F1 and F12 keys, as well
- emitting parent_path, as well
- changing Form.Control readOnly -> disabled
- only show buttons when Form isn't read only
2023-08-02 12:06:20 +02:00
Mose Müller
d9a4dd2aeb fixing (ignoring) linting warnings 2023-08-02 12:06:20 +02:00
Mose Müller
e3211b6000 feat: separating TaskManager out of DataService 2023-08-02 12:06:20 +02:00
Mose Müller
8460759a31 feat: adding utils.helper 2023-08-02 12:06:20 +02:00
Mose Müller
bb48ba237d fixing tests 2023-08-02 12:06:20 +02:00
Mose Müller
9bbba41309 frontend: updating width of SliderComponent 2023-08-02 12:06:20 +02:00
Mose Müller
bc50f99e18 feat: adding task status change callbacks
When a task (async function) is started / stopped, this will emit a
notification via socketio.
2023-08-02 12:06:20 +02:00
Mose Müller
3d07a5c9dd DataService: converting ints to floats if current value is a float 2023-08-02 12:06:20 +02:00
Mose Müller
07d9066be9 docs: adding some docstrings 2023-08-02 12:06:20 +02:00
Mose Müller
2a6574fea1 frontend: implementing distinction between int and float NumberComponent 2023-08-02 12:06:20 +02:00
Mose Müller
50162cdc82 frontend: removing components.tsx 2023-08-02 12:06:20 +02:00
Mose Müller
00c2cf7110 frontend: using MethodComponent and AsyncMethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
cf740cb058 frontend: adding AsyncMethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
e2ed88fc82 frontend: updating width of components 2023-08-02 12:06:20 +02:00
Mose Müller
a5eb9d40a2 .vscode: updating launch.json 2023-08-02 12:06:20 +02:00
Mose Müller
e08c6cca49 frontend: updating packages 2023-08-02 12:06:20 +02:00
Mose Müller
9202a0335d fix ButtonComponent id 2023-08-02 12:06:20 +02:00
Mose Müller
fd26a410fd frontend: adding MethodComponent 2023-08-02 12:06:20 +02:00
Mose Müller
b503a5018e web server: adding function handler 2023-08-02 12:06:20 +02:00
Mose Müller
74576a5810 DataService: serialised json does not contain start/stop task functions 2023-08-02 12:06:20 +02:00
Mose Müller
49558e613d frontend: updating package-lock.json 2023-08-02 12:06:20 +02:00
Mose Müller
a2502c1e74 frontend: updating SliderComponent (using mui slider) 2023-08-02 12:06:20 +02:00
Mose Müller
23684f9175 frontend: updating packages 2023-08-02 12:06:20 +02:00