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

8 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
c40998cc61 send multiple actions in a single request 2018-11-23 22:05:53 +02:00
6e6c5b89a3 added new widget for custom actions 2018-11-23 21:31:24 +02:00
a62a8a56cf refactor: EditWidgetSimulatorControl => EditWidgetSimulationControl 2018-11-23 21:31:24 +02:00
04d5ab54d6 add input field for changing button name 2018-06-18 14:53:23 +02:00
728466d0d2 prepared an "action" widget which can be used to control a simulation from within a visualization 2018-06-18 14:53:00 +02:00
343723cc67 missing changed in edit-widget-control-creator 2018-06-17 23:39:15 +02:00
2fa45059f0 moved widgets into their own subdir 2018-06-15 09:56:45 +02:00
Renamed from src/components/dialog/edit-widget-control-creator.js (Browse further)