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

1735 commits

Author SHA1 Message Date
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
Sonja Happ
a2869d3256 rename 'endpoint' to 'host' to be compliant with data model 2020-04-27 12:50:26 +02:00
Sonja Happ
33fb73819d Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/web into develop 2020-04-27 11:48:29 +02:00
Sonja Happ
309084f73c add some todos 2020-04-27 11:48:22 +02:00
Laura Fuentes Grau
edfae8f024 wip: add new size restrictions #12 2020-04-26 23:04:44 +02:00
Laura Fuentes Grau
9eb4246633 wip: fix for value widget:more elegant solution for display issues #192 2020-04-26 22:58:00 +02:00
Laura Fuentes Grau
cfcdbc412f fix for Value Widget: value and unit now connected, no large gap after resizing 2020-04-24 15:58:15 +02:00
Laura Fuentes Grau
cf41a751c3 Cancel Editing now deletes newly dropped widgets 2020-04-24 14:57:10 +02:00
Laura Fuentes Grau
78e13798f9 Image widget : fix for lockAspect edit option 2020-04-23 18:11:56 +02:00
Laura Fuentes Grau
ea42510f39 Box widget opacity now editable 2020-04-23 17:52:58 +02:00
Laura Fuentes Grau
3c055ebeaa Table Widget now displays 'no entries' when it contains no elements 2020-04-19 19:56:06 +02:00
Laura Fuentes Grau
e43c780ba3 Gauge Widget and its edit options now work 2020-04-19 19:16:02 +02:00
Laura Fuentes Grau
958e1f78e1 NumberInput: unit now optional, #193 2020-04-17 19:09:31 +02:00
Laura Fuentes Grau
30f80ecdee Widget and Context Menu layering now works. Box Widget always has lowest z value when dropped: #165 & #79 2020-04-17 18:32:09 +02:00
Sonja Happ
5e4c26f6af Merge remote-tracking branch 'origin/develop' into develop 2020-04-07 13:33:51 +02:00
Sonja Happ
15e3f04111 Remove sizing parameters from number input widget (works on #193) 2020-04-07 13:33:34 +02:00
Sonja Happ
2c77cc46dc Reduce minimum width of number input widget (works on #193) 2020-04-07 13:30:54 +02:00
Sonja Happ
0f84c7197e Show name of IC on config edit instead of UUID 2020-04-06 16:48:59 +02:00