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

160 commits

Author SHA1 Message Date
irismarie
c5724e4195 fix: calculate length of line correctly, #206 2020-10-22 10:35:56 +02:00
Sonja Happ
eb3c942db7 Merge branch 'adding-color-picker' into develop
# Conflicts:
#	src/widget/widget-factory.js
#	src/widget/widgets/line.js
2020-10-19 17:12:29 +02:00
Laura Fuentes Grau
1307bd35fc Slider Widget: continuous update now works #261 2020-10-19 14:30:00 +02:00
Laura Fuentes Grau
91be57fc06 added new way to change Gauge colorzones #251 2020-10-16 21:31:15 +02:00
Sonja Happ
10fb7d2421 remove debug output from table 2020-09-30 17:00:13 +02:00
Sonja Happ
4fa2cb13ec Clean up usage of login store, only use it for login, use the local storage in all other cases to get the token and current user. 2020-09-30 11:29:37 +02:00
Sonja Happ
34822bb256 Remove HTML widget from available widgets, code not deleted, closes #226 2020-09-28 11:28:32 +02:00
Laura Fuentes Grau
39f9f793fa WIP: Improve layout of widget toolbar #254 2020-09-27 14:23:33 +02:00
Laura Fuentes Grau
d1275ce1aa File content now changeable 2020-09-15 14:44:26 +02:00
Laura Fuentes Grau
e8fca667dc WIP: implementing new way to change Gauge colorzones #251 2020-09-13 13:06:52 +02:00
irismarie
d644854e1f display line widget properly, fixes #206 2020-09-01 16:56:33 +02:00
Sonja Happ
969905bc63 cast NaN to string in value widget 2020-08-31 13:53:05 +02:00
Sonja Happ
7d32fa05f3 Attempting to fix fluctuating behavior of value widget 2020-08-31 12:31:13 +02:00
Laura Fuentes Grau
1430c650ae Opacity now changeable through color picker #251 2020-08-02 15:09:38 +02:00
Laura Fuentes Grau
45d7e55449 Color Picker now works for widgets using edit-widget-color-control #251 2020-07-31 14:35:59 +02:00
Laura Fuentes Grau
3bd4c20365 WIP: replacing current color choosing mechanisms with a color picker #251 2020-07-28 18:46:43 +02:00
Sonja Happ
9b627c1535 Minor change of tooltip text for widget collapse buttons #235 2020-07-22 13:53:48 +02:00
Laura Fuentes Grau
f2c85dea43 Droppable widgets in dashboard layout mode now sorted into categories #235 2020-07-21 21:42:51 +02:00
Sonja Happ
13359db606 Improve displaying of signal scalingFactor for Plot, Table, Value and Gauge widgets; closes #248 2020-07-20 15:00:09 +02:00
Laura Fuentes Grau
57e38089b0 Resize dashboard buttons now work as expected if the dashboard is empty, decrease button disabled if min dashboard height has been reached #230 2020-07-15 16:07:12 +02:00
Sonja Happ
63ac373191 time shows in plot edit dialog, closes #247 2020-07-15 11:18:29 +02:00
irismarie
765a0a61af fix error, see #206 2020-07-14 17:37:19 +02:00
irismarie
b1d8c1fd39 remove unused import 2020-07-14 17:03:25 +02:00
irismarie
e1e9c61c64 increase default height so line can be edited more easily 2020-07-14 16:47:25 +02:00
irismarie
e628a55593 fixed issue with line default value 2020-07-14 16:02:15 +02:00
irismarie
b42425a0e5 added line widget (#206) 2020-07-14 15:51:48 +02:00
Laura Fuentes Grau
9a6b310fac Icon-Button design change,replaced 'Send command to infrastructure component' text with tooltips #236 , #235 2020-07-12 16:41:39 +02:00
irismarie
51fafbf61b added padding, closes #244 2020-07-10 13:08:24 +02:00
irismarie
564906cf25 corrected grid snapping, solves #232
notes:
-was already snapping to grid but didn't look like it because toolbox
border was shifting everything by 3px
-drag function wasn't updating the position, this.rnd.updatePosition
doesn't work inside onDrag
-snapping while dragging is done by dragGrid property
2020-07-08 17:50:41 +02:00
Sonja Happ
9303b0b2c2 Fixing edit of Topology window, file changes work now #217 2020-07-08 15:45:57 +02:00
Sonja Happ
bb09c691f8 generalize edit file control 2020-07-08 15:42:40 +02:00
Sonja Happ
3e78c99771 fix for widgets that use signals in case no signal is selected 2020-07-08 14:49:59 +02:00
Laura Fuentes Grau
a20dff47a9 wip: adding tooltips , cosmetic changes #235 2020-07-07 21:34:21 +02:00
Laura Fuentes Grau
02ae930f7c Dropzoneheight now saved as dashboard property #230 , deleted unnecessary code, (wip) added tooltips to dashboard resizing buttons #235 2020-07-01 19:59:25 +02:00
Sonja Happ
547d6c3877 Input widgets (button, number input, slider) consider scaling factor of signal #130 , fix for widget parameter update upon signal value change 2020-06-29 12:13:02 +02:00
Sonja Happ
209649ead8 Value widget considers signal scaling factor #130 2020-06-29 11:20:56 +02:00
Sonja Happ
e8893f165e Lamp and plot widgets consider signal scaling #130 2020-06-26 15:57:47 +02:00
Sonja Happ
fd5e6e476f gauge widget considers signal scaling factor #130 2020-06-26 13:26:23 +02:00
Sonja Happ
24ccc9eca9 improve signal mapping dialog, table widget applies scaling Factor for signals and changes legend accordingly #130 2020-06-26 12:02:35 +02:00
Laura Fuentes Grau
b317cc095a wip: make dashboard manually resizable #230 2020-06-25 18:01:26 +02:00
irismarie
8523b9e354 show border of box widget, closes #228 2020-06-25 13:05:40 +02:00
Sonja Happ
622a5d3f22 fixes for color control, selected color is now checked 2020-06-19 15:13:33 +02:00
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
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
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