50 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
717939e902 fixing GenericComponent exports 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
fb0d1c3d07 frontend: updating build command, location of static files 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
49d7ea30ef frontend: getting correct hostname and port 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
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
9bbba41309 frontend: updating width of SliderComponent 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
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
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
Mose Müller
9c9e11ac51 frontend: remote states from slider component 2023-08-02 12:06:20 +02:00
Mose Müller
f30cd15d3f frontend: adding EnumComponent 2023-08-02 12:06:20 +02:00
Mose Müller
bae1752e48 frontend: introducing DocStringComponent 2023-08-02 12:06:20 +02:00
Mose Müller
68c3f6659e frontend: removing unused imports 2023-08-02 12:06:20 +02:00
Mose Müller
fa0d69feb8 frontend: adding SliderComponent 2023-08-02 12:06:20 +02:00
Mose Müller
44639222bf frontend: updating ButtonComponent id 2023-08-02 12:06:20 +02:00
Mose Müller
ac7266d7eb frontend: adding todos 2023-08-02 12:06:19 +02:00
Mose Müller
71ce898310 frontend: updating NumberComponent styling 2023-08-02 12:06:19 +02:00
Mose Müller
ca4bb85be0 frontend: updating App.tsx 2023-08-02 12:06:19 +02:00
Mose Müller
b8fffb5e8b frontend: upating general component (removing boolean and numbers) 2023-08-02 12:06:19 +02:00
Mose Müller
b99f6365ac frontend: adding NumberComponent 2023-08-02 12:06:19 +02:00
Mose Müller
60ec1569f0 frontend: updating button component 2023-08-02 12:06:19 +02:00
Mose Müller
7fe2cc016d frontend: using reducer to render components 2023-08-02 12:06:19 +02:00
Mose Müller
e7350c9ec0 frontend: adding Bootstrap CSS 2023-08-02 12:06:19 +02:00
Mose Müller
04bf555867 frontend: updating packages 2023-08-02 12:06:19 +02:00
Mose Müller
01c748dcdc updating components
- using React.memo, removing React.forwardRef
- adding renderCount (to see which components are re-rendered)
- using ToggleButton instead of Button (might change again)
2023-08-02 12:06:19 +02:00
Mose Müller
ab38f034b9 frontend: adding components, rendering serialized data service class 2023-08-02 12:06:19 +02:00
Mose Müller
8051775c07 updating frontend packages, adding configs 2023-08-02 12:06:19 +02:00
Mose Müller
c2845a0419 adding socket.js for creating websocket connections 2023-08-02 12:06:19 +02:00
Mose Müller
919f83c77e updating from react 17 -> 18 2023-08-02 12:06:19 +02:00
Mose Müller
c664a0ba2f feat: adding frontend/build folder 2023-08-02 12:06:19 +02:00
Mose Müller
d3ad419c33 feat: adding frontend code (react) 2023-08-02 12:06:19 +02:00