1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-16 00:00:03 +01:00
Commit graph

1652 commits

Author SHA1 Message Date
irismarie
93ca536f40 moved action handling to LoginStore as it's derived directly from ReduceStore 2020-05-28 12:09:46 +02:00
Sonja Happ
704c36ab90 Move import logic from Iris to RestDataManager and object stores (to be tested!) 2020-05-28 11:27:21 +02:00
Sonja Happ
e90e12fc5c Fix for edit config, select-file; enable upload progress callback; fix startParams update 2020-05-28 09:59:22 +02:00
irismarie
fdeab76fe6 [WIP] add user functionality for each scenario 2020-05-27 15:16:41 +02:00
Sonja Happ
5f36915afb remove unused imports 2020-05-27 10:47:52 +02:00
Sonja Happ
908730b072 Change of file API; files belong to scenario now (not to widget or component config); preparations for # 219 2020-05-27 10:45:57 +02:00
Laura Fuentes Grau
02c24bfecd (edit-)lockAspect now works 2020-05-24 19:02:53 +02:00
Laura Fuentes Grau
1be889365e fix for table widget: table now scrollable #101 2020-05-24 14:42:30 +02:00
Laura Fuentes Grau
2c5d68730e fix for image widget: widget knows its own file again, wip: upload image without closing edit window 2020-05-23 14:07:46 +02:00
Sonja Happ
a7e0cb27a2 Plot Widget: fix in the same way as PlotTable Widget, now plotting signals #218 2020-05-20 13:52:16 +02:00
Sonja Happ
a4dea3d6a9 PlotTable widget: shift signal indices by 1 #218 2020-05-20 13:46:33 +02:00
Sonja Happ
640940dffd PlotTable widget: move data gathering from render function to getDerivedStateFromProps #218 2020-05-20 13:38:48 +02:00
Sonja Happ
b803a17a66 work on plot table widget, disable checkboxes as they duplicate edit menu, enable to display input signals, improve plot legend #218 2020-05-20 13:29:17 +02:00
irismarie
06b091a73b add more values to state 2020-05-20 10:10:11 +02:00
irismarie
fdb6a3105a add scenario data after importing from file 2020-05-20 10:08:51 +02:00
Laura Fuentes Grau
882febc12c fix for image widget: first selected image is displayed immediately 2020-05-19 17:47:45 +02:00
Sonja Happ
e396d722a1 remove an unused variable to make CI happy 2020-05-19 16:35:05 +02:00
Sonja Happ
a7ca4d4514 display signals with PlotTable widget #218 2020-05-19 16:29:50 +02:00
Sonja Happ
c1b513cd34 improve calculate state 2020-05-19 16:27:21 +02:00
Sonja Happ
7f6257bc51 open and close IC websockets in dashboard #201 2020-05-15 16:57:46 +02:00
Sonja Happ
efb9a0633e back to UncontrolledReactSVGPanZoom; fix miniature and toolbar properties; work around for broken mouseOver and mouseLeave #217 2020-05-15 13:23:34 +02:00
Sonja Happ
3407df6c83 use ReactSVGPanZoom #217 2020-05-15 12:36:14 +02:00
Sonja Happ
0dfb06792a Merge remote-tracking branch 'origin/develop' into develop 2020-05-14 16:47:19 +02:00
Sonja Happ
12b1df8e9e fixing issue with dashboard state and svgElem reference; fixing issue with data blob parsing #217 2020-05-14 16:47:11 +02:00
Laura Fuentes Grau
0a29f175de fix for edit widget options: added default option for signal and image select 2020-05-14 16:31:37 +02:00
Sonja Happ
afb8d1add8 remove unused import from topology widget #217 2020-05-14 13:11:48 +02:00
Sonja Happ
a4f7d314b6 first revision of topology widget (still buggy, see #217) 2020-05-14 13:09:38 +02:00
Sonja Happ
753e06b120 hand over session token to topology widget #217 2020-05-14 13:08:58 +02:00
Sonja Happ
445ab5e95b select no file for Topology widget by default (Widget Factory) #217 2020-05-14 13:08:35 +02:00
Sonja Happ
24e0bf6faf Use Blob instead of File data type to store file in file store #147 2020-05-14 12:59:34 +02:00
Sonja Happ
e4e9fce2df add TODOs in topology widget #214 2020-05-13 15:53:20 +02:00
Sonja Happ
94cd91afb8 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/web into develop 2020-05-13 15:33:36 +02:00
Sonja Happ
d76d6a4d23 update dependencies to latest package versions 2020-05-13 15:33:07 +02:00
Sonja Happ
56196a5c98 image widget shows file based on objectURL, file can be selected, new image widget defaults to no file selected #147 2020-05-13 15:22:21 +02:00
Sonja Happ
bd57f243e3 downloaded files are stored in file-store, objectURL is created upon download #147 2020-05-13 15:20:32 +02:00
Sonja Happ
7200ab57f2 add download function in REST api for file downloads with response type blob 2020-05-13 15:18:22 +02:00
irismarie
967f17c4f3 Import Dashboard
plus (#216): copy by value, delete IDs, restrict number of times loading data
2020-05-12 20:45:54 +02:00
Laura Fuentes Grau
bb08991e9c fix for issues while adding a new dashboard 2020-05-12 19:27:51 +02:00
Laura Fuentes Grau
ae830bb6d7 Label Widget: maxWidth now changes dynamically with text and textSize #12 2020-05-12 19:18:27 +02:00
Laura Fuentes Grau
6acaf007e0 NumberInput, Button and Slider now keep their value after changing to layout mode or back 2020-05-08 16:54:38 +02:00
Laura Fuentes Grau
f23bdcffb1 fix for value widget: more elegant solution for display issues #192 2020-05-07 22:01:15 +02:00
Laura Fuentes Grau
5d8b0e00ed Lamp widget now displayed correctly during/after resizing in layout mode 2020-05-07 15:19:03 +02:00
Sonja Happ
730b393671 small fix for configs dispatch and export function #216 2020-05-06 11:06:04 +02:00
irismarie
b560a5f54d Merge branch 'develop' into feature_exportfunctions 2020-05-05 17:15:39 +02:00
irismarie
4073e13428 Export data, see also #216 2020-05-05 17:05:39 +02:00
Sonja Happ
cd59af8551 updating packages, closing #215 2020-04-27 14:39:59 +02:00
Sonja Happ
32bba8cd66 WIP:
- rename 'endpoint' to 'host'
- do not open websockets upon loading of ICs
- add new dispatch 'open-sockets' for a set of ICs
- this is not used yet, so currently NO websockets are opened
- add a lot of TODOS in new dispatch
2020-04-27 13:07:57 +02:00
Sonja Happ
3657d77607 rename 'endpoint' to 'host' in IC data manager 2020-04-27 12:56:27 +02:00
Sonja Happ
2478822bb8 rename 'endpoint' to 'host' 2020-04-27 12:54:09 +02:00
Sonja Happ
1745a0bd68 extract ICs that are used by the scenario 2020-04-27 12:53:10 +02:00