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

1715 commits

Author SHA1 Message Date
Markus Grigull
b5b2d7bc69 Fix project and simulator-data new dialog
Check in dialogs if default item for checkbox exists and add validation
2017-04-04 11:09:24 +02:00
Ricardo Hernandez-Montoya
5907986330 table widget: limited decimals number 2017-04-03 16:44:26 +02:00
Ricardo Hernandez-Montoya
083ea7d3a6 gauge widget: font sizes (still not responsive) 2017-04-03 16:29:36 +02:00
Ricardo Hernandez-Montoya
6da223ef3d allow signal selection in gauge edit menu & modular edit controls (code reuse) 2017-04-03 15:59:05 +02:00
Ricardo Hernandez-Montoya
baddee0df3 display signal type in gauge 2017-04-03 15:56:48 +02:00
Ricardo Hernandez-Montoya
47520e2ca9 gauge widget: static labels and measurement unit 2017-04-03 13:52:39 +02:00
Ricardo Hernandez-Montoya
e9c553b993 initial gauge widget 2017-03-31 14:53:19 +02:00
Ricardo Hernandez-Montoya
b6c3f7b3de initial slider widget 2017-03-30 14:28:13 +02:00
Ricardo Hernandez-Montoya
4923434231 initial number input widget 2017-03-30 12:22:42 +02:00
Ricardo Hernandez-Montoya
d8df5b8f03 initial button widget 2017-03-30 10:13:22 +02:00
Ricardo Hernandez-Montoya
e7cbb7fdaa issue #27 full context menu trigger area 2017-03-29 16:27:26 +02:00
Ricardo Hernandez-Montoya
0f4e86d24a issue #27 fixed context menu triggered at the widget border 2017-03-29 15:26:28 +02:00
Markus Grigull
8b93eecfad Add project logo 2017-03-28 13:34:59 +02:00
Ricardo Hernandez
2e216aa36e Merge branch 'plot-table-sizing' into 'develop'
Plot table sizing

See merge request !4
2017-03-28 12:01:51 +02:00
Ricardo Hernandez-Montoya
1c5f42a4f1 disabled buttons while editing the visualization 2017-03-28 11:56:09 +02:00
Ricardo Hernandez-Montoya
fb34f809f8 replaced table with signal list to bootstrap buttons 2017-03-28 11:55:29 +02:00
Markus Grigull
4f5e8e6774 Close simulator connections on logout 2017-03-28 10:47:16 +02:00
Markus Grigull
b2bd914752 Add backend offline notification 2017-03-27 21:23:42 +02:00
Markus Grigull
4a317708b3 Don't show simulator notification on mount 2017-03-27 21:04:22 +02:00
Markus Grigull
3a87013f9b Add notification system and data managers
Add notification on simulator running state
2017-03-27 21:04:22 +02:00
Markus Grigull
4c795701b4 Force logout when backend is offline 2017-03-27 20:52:44 +02:00
Markus Grigull
5d5096a695 Fix logout 2017-03-27 20:25:22 +02:00
Markus Grigull
0e655f2613 Fix user login 2017-03-27 20:12:58 +02:00
Ricardo Hernandez-Montoya
002a4cb1b5 responsive plot table 2017-03-27 18:06:47 +02:00
Ricardo Hernandez-Montoya
ce40201857 widgets minimum widths and heights 2017-03-27 18:05:19 +02:00
Ricardo Hernandez-Montoya
cbc413232c Merge branch 'develop' of rwth-gitlab:VILLASframework/VILLASweb into develop 2017-03-27 15:14:23 +02:00
Ricardo Hernandez-Montoya
747491bf06 issue #30 fixed widget delete 2017-03-27 15:11:23 +02:00
Ricardo Hernandez-Montoya
4b02ee1175 issue #26 widget edit changes are applied after save 2017-03-27 15:09:31 +02:00
Markus Grigull
eb4dca154d Merge branch 'css-positioning' into 'develop'
Vis area full cover

See merge request !2
2017-03-24 14:59:21 +01:00
Ricardo Hernandez-Montoya
bd577acae9 Vis area full cover 2017-03-23 15:32:33 +01:00
Ricardo Hernandez-Montoya
12f92786ae issue #25 edit buttons position 2017-03-22 17:25:50 +01:00
Markus Grigull
3ed9c607c4 Fix detection of simulator running state change 2017-03-21 16:27:30 +01:00
Markus Grigull
466bdf24cb Improve simulator detection
Simulator status is now also requested if simulator is online but no websocket
connection was made
2017-03-21 16:26:13 +01:00
Markus Grigull
febb2cbb0a Add key filter to rest-data-managers
Fix deleting simulator status timers
2017-03-21 16:26:13 +01:00
Markus Grigull
69f8648303 Detect close and restart of simulators
Simulator state is requested every 5 seconds if simulator is offline
2017-03-21 16:26:13 +01:00
Markus Grigull
fcd80a1680 Add running label to simulators 2017-03-21 16:26:12 +01:00
Markus Grigull
05b74fc090 Add running simulator detection 2017-03-21 16:26:12 +01:00
Markus Grigull
b7d2d57e0d Fix updating elements in array-store 2017-03-21 11:37:18 +01:00
Ricardo Hernandez-Montoya
1c69dd6b5b Added rd3 to dependencies 2017-03-17 16:11:19 +01:00
Markus Grigull
dcbb76b8d2 Update README.md 2017-03-16 22:05:57 +01:00
Markus Grigull
11418cc6e5 Add README.md, move old README.md to REACT.md 2017-03-16 22:04:30 +01:00
Markus Grigull
93da46973d Add image widget
Add file upload, used for image widget atm
Image widget is buggy atm
2017-03-16 21:21:57 +01:00
Markus Grigull
73a576ab88 Add plot-table widget
Bug: Width of plot in new widget is not correct resized
2017-03-16 12:25:54 +01:00
Markus Grigull
5bf9ad9f8d Add authentication
Uses jwt tokens, token is stored locally between refreshes
2017-03-16 10:22:25 +01:00
Markus Grigull
5a1de494fb Add visualization automatic resize
Fix widget top and/or left edge resize
2017-03-15 15:34:51 +01:00
Markus Grigull
6c9cc8946a Add widgets at cursor drop position, widget zIndex
Add context menu for zIndex ordering

Bug: zIndex is only applied after saving visualization
2017-03-15 13:13:39 +01:00
Markus Grigull
6af05ccfe3 Add time property to plot widget
Add disabled toolbox items
2017-03-15 12:16:17 +01:00
Markus Grigull
e504b4d726 Add label widget 2017-03-14 22:00:23 +01:00
Markus Grigull
245188e1df Add table widget 2017-03-14 21:53:53 +01:00
Markus Grigull
42e4afbed8 Increase widget performance
Make rest-api more universal usable
2017-03-14 19:00:13 +01:00