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

871 commits

Author SHA1 Message Date
Sonja Happ
b07a804bf3 Consider signal direction when connecting signals with widgets (out signals only for display widgets and in signals only for manipulation widgets) #218 2020-06-19 09:51:25 +02:00
Sonja Happ
5844efdbbb Removed plot-table widget as it is redundant to plot widget #218 2020-06-19 09:34:46 +02:00
Sonja Happ
c4781b86f1 Work on edit file, use table of files instead of dropdown menu, fix upload callbacks; sizing of dialog window not working, Cancel button of dialog window obsolete #219 2020-06-18 17:05:47 +02:00
Laura Fuentes Grau
fa6652e551 (wip) styling added to the dashboard edit toolbar #227 2020-06-18 12:42:08 +02:00
Laura Fuentes Grau
94f88ecfdb Fix for Edit Layout: pressing Cancel now deletes every newly added widget 2020-06-14 17:53:40 +02:00
Laura Fuentes Grau
3065ef8889 Fix for Gauge Widget: Widget now doesn't look broken if no signal is selected #221 2020-06-12 19:17:43 +02:00
Laura Fuentes Grau
6568056198 Gauge Widget: display issues while connected to a signal fixed 2020-06-12 18:49:11 +02:00
Sonja Happ
5623c9d3ff Gauge widget uses signals (min/ max not working properly) #218 2020-06-10 14:54:07 +02:00
Sonja Happ
64b8a81200 Started revision of VILLASweb documentation 2020-06-04 14:25:53 +02:00
Sonja Happ
a5a7d2cf97 Input widgets (slider, button, number input) are working with input signals; button only reacts to left click #218 2020-06-03 14:34:26 +02:00
Laura Fuentes Grau
0bed9b3b73 wip: create edit files option 2020-06-03 00:13:25 +02:00
Sonja Happ
ce26514758 Button widget toggles input signal #218 2020-06-02 17:16:13 +02:00
Sonja Happ
11d3f11e2f Table widget displays output signal values and units #218 2020-06-02 15:17:59 +02:00
Sonja Happ
39790b530e value widget displays output signal value #218 2020-06-02 15:04:05 +02:00
Sonja Happ
e3e0962484 lamp widget able to use output signals, switching of color works #218 2020-06-02 14:51:38 +02:00
Sonja Happ
95c735de9b remove a log comment, fix indentation 2020-05-29 13:27:04 +02:00
Sonja Happ
86af9c8f7f add option for no file selected 2020-05-29 13:26:43 +02:00
Sonja Happ
86288b39bf removed unused import 2020-05-29 12:34:20 +02:00
Sonja Happ
5e607f77d0 remove file load from component config 2020-05-29 11:53:29 +02:00
Sonja Happ
7dcec9983b Merge branch 'change-file-api' into develop
# Conflicts:
#	src/scenario/scenario.js
2020-05-29 11:49:36 +02:00
Sonja Happ
ff853b4d38 Merge branch 'feature_exportfunctions' into develop 2020-05-29 11:37:50 +02:00
Sonja Happ
7241e2c01b Component Config import and export working #216 2020-05-29 11:33:49 +02:00
Sonja Happ
342ed5d83d Dashboard import export working #216 2020-05-29 10:27:09 +02:00
Sonja Happ
01edd65710 Scenario import and export working #216 2020-05-29 10:07:53 +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
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