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

18 commits

Author SHA1 Message Date
Sonja Happ
908730b072 Change of file API; files belong to scenario now (not to widget or component config); preparations for # 219 2020-05-27 10:45:57 +02:00
Sonja Happ
24e0bf6faf Use Blob instead of File data type to store file in file store #147 2020-05-14 12:59:34 +02:00
Sonja Happ
bd57f243e3 downloaded files are stored in file-store, objectURL is created upon download #147 2020-05-13 15:20:32 +02:00
Sonja Happ
72cc4bfb7b fix license statement in all source files (closes #140) 2020-03-25 13:25:07 +01:00
Sonja Happ
cfb86a00b9 WIP: Work on saving and showing images in image widget using objectURL (not working yet) 2020-03-18 16:29:41 +01:00
Sonja Happ
6cac1df08b add a TODO in separate case for downloaded files (WIP) 2020-03-13 17:20:23 +01:00
Sonja Happ
27d7ee0172 rename simulation model to component configuration 2020-03-12 12:26:56 +01:00
Sonja Happ
6fe522fe9a make the CI happy 2020-02-18 16:42:10 +01:00
Sonja Happ
5409e48537 file upload works for simulation model edit dialog (for now without progress bar) 2020-02-18 16:29:11 +01:00
Sonja Happ
a38dc4b953 minor edits 2020-02-05 11:38:16 +01:00
Sonja Happ
26781f7c11 simulation model frame finally showing, there are still a lot of errors to fix 2020-02-03 17:24:03 +01:00
Sonja Happ
50cbcd3696 progress with simulation model 2020-01-28 16:50:23 +01:00
Sonja Happ
cfef3fb7e0 fix issue with FluxContainerConverter workaround 2020-01-28 14:03:20 +01:00
Sonja Happ
8066cbb19c merge example-dashboard 2020-01-27 14:54:40 +01:00
Sonja Happ
6f4604c75e Removes componentWillUpdate and componentWillReceiveProps due conflicts with React's unsafe life cycles #212 2020-01-16 15:11:17 +01:00
Sonja Happ
0895ad3c85 Major modifications in login data management:
- only token and currentUser are stored (and error msg if any)
- token and current User are stored in local storage and used by app.js
- placeholders in user edit dialogs are replaced by actual values (except for pw)
- UserStore is renamed to LoginStore to resolve naming confusion
- Error notifications are moved to react components instead of data managers/ dispatchers
- updateCurrentUser method was added in UserDataManager for updating own user #197
- cleanup of edit-own-user dialog #197
2019-11-28 16:01:17 +01:00
Sonja Happ
31ef67356d Fix for flux container converter #211 2019-11-12 09:49:18 +01:00
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