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

33 commits

Author SHA1 Message Date
Sonja Happ
f468b44557 Refactoring of js code base:
- Grouping js files based on the elements of the data model instead of parent js class
- All js files providing functionality for one element of the data model are now in one folder; this makes is easier to implement changes for one element in all affected files/ classes
- js files which are common to multiple elements are in the common folder
- The new structure is more in alignment with the new Go backend code base structure
- This commit does not contain any changes in functionality of the frontend
2019-08-20 14:46:33 +02:00
Sonja Happ
5d97e1f32e started with adaptions for new package versions and new Go backend API 2019-07-23 17:16:50 +02:00
Sonja Happ
8ace42759a - update a lot of dependencies
- adaptions in code for compatibility with new package version (esp. react-bootstrap, react-dnd, and d3-scale)
- add (ugly) workaround for flux containers to work with ES6
- use node 12.2 in Dockerfile
2019-07-22 15:59:59 +02:00
2fa45059f0 moved widgets into their own subdir 2018-06-15 09:56:45 +02:00
d4f02c2961 replace GlyphIcons by FontAwesome icons 2018-06-09 14:52:12 +02:00
Markus Grigull
0cb17cf732 Send simulator action with start parameters 2018-06-07 15:06:37 +02:00
Markus Grigull
6b52c18844 Add start action parameters on simulation models 2018-06-06 13:33:48 +02:00
Markus Grigull
b6207cf80b Update simulation model import dialog 2018-05-30 18:51:21 +02:00
Markus Grigull
c5a9ccdf75 Remove old simulation model dialogs 2018-05-30 18:50:56 +02:00
Markus Grigull
5f0aed670b Start with simulation model view, add selectSimulator component 2018-05-30 18:49:24 +02:00
cfed860ea5 do not access simulator.rawProperties without checking for it 2018-05-07 01:25:03 +02:00
Markus Grigull
703f4fbf6a Fix simulation model references 2018-04-26 15:20:07 +02:00
Markus Grigull
e91afc1ea4 Add simulation model store and data manager 2018-04-26 15:15:49 +02:00
Markus Grigull
74e75f4674 Fix simulation model simulator name 2018-04-20 10:35:04 +02:00
Markus Grigull
bc71cf1ff2 Disable run button when no item selected 2018-04-12 15:35:21 +02:00
Markus Grigull
9c669c611d Add delete-dialog component 2018-04-12 15:20:37 +02:00
Markus Grigull
32eea44827 Add simulator-action component 2018-04-12 14:48:54 +02:00
Markus Grigull
99954a7662 Add simulator actions to simulations view 2018-04-12 11:46:04 +02:00
Markus Grigull
31005fb1bd Add simulator actions to simulation model view 2018-04-12 11:38:16 +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
891c7f7f85 Add visualization export 2017-09-18 18:24:09 +02:00
Markus Grigull
a4ef517670 Improve imports and exports 2017-09-18 14:32:17 +02:00
Markus Grigull
02dcf185a3 Add simulation model import & export 2017-09-18 12:07:29 +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
723e2df3d1 Add token to all API calls 2017-07-27 10:32:32 +02:00
Markus Grigull
6a535a5338 Change widget value to new simulator data 2017-07-13 16:56:47 +02:00
Markus Grigull
3b58073285 Change simulator selection in simulator model
Disable simulator detection for testing
2017-07-13 16:56:47 +02:00
Ricardo Hernandez-Montoya
210a292738 Merge commit 'e0b7ddca551162e21d7f667c9ae2d6516493575f' 2017-05-04 17:00:15 +02:00
Markus Grigull
6a33dc33c0 Add GPLv3 License 2017-04-27 14:41:44 +02:00
Ricardo Hernandez-Montoya
8e08dcf4e7 Update sections with css layout 2017-04-18 14:04:47 +02:00
Markus Grigull
04e7ea2184 Add simulation-model route and dialogs
Add inline edit to table
2017-03-07 11:12:22 +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