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

11 commits

Author SHA1 Message Date
2fa45059f0 moved widgets into their own subdir 2018-06-15 09:56:45 +02:00
fb1fdd5b37 Pre-fill UUID field in new simulator dialog with a random UUID (closes #152) 2018-06-04 20:38:19 +02:00
Markus Grigull
ab326eb4de Squashed: Add villas-controller simulator support
Removed nodes completely from the ui and replace with simulators
directly.
Data management changed: A seperate connection is established for
each simulator on its own
Removed nodes tree view and replace with table simulator list
2018-03-29 10:53:21 +02:00
Markus Grigull
c8b99a21cc Accept enter and escape in dialogs
Modal dialogs can be canceled with escape and accepted with enter if the dialog is valid.
2017-08-20 10:57:37 +02:00
Markus Grigull
00fb4c471b Update all dependencies to lastest version
Remove prop-types from all components
Updating to react-router v4 needed to restructure the routes
2017-08-01 21:15:18 +02:00
Markus Grigull
3d4d8d105c Fix new simulation model dialog
Update react-bootstrap to newest version
2017-07-26 10:44:04 +02:00
Markus Grigull
aceb96ec82 Ensure unique node and simulator names in dialogs
Node names are checked to be unique in dialogs
Simulator names are checked to be unique in dialogs on one node
2017-07-13 16:56:48 +02:00
Markus Grigull
7beeb78722 Add simulators to nodes 2017-07-13 16:56:47 +02:00
Markus Grigull
6a33dc33c0 Add GPLv3 License 2017-04-27 14:41:44 +02: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
01488c4939 Add simulation(s) route
Move dialogs to components/dialog directory
Change table component, add table-column component, this makes
table-control and table-control-link obsolete
Fix minor bugs
2017-03-06 22:01:33 +01:00
Renamed from src/components/dialog-new-simulator.js (Browse further)