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

38 commits

Author SHA1 Message Date
irismarie
c20f783689 lock scenarios as admin user, see #309 2021-04-09 19:22:12 +02:00
Sonja Happ
0cf3294816 make upload button in edit files dialog fully clickable; close #289 2021-03-18 14:41:02 +01:00
4b41bc3c23 smaller bug fixes 2021-03-09 00:25:17 +01:00
c95cb5beab refactor FormControl et al. to Form.Control 2021-03-08 23:53:08 +01:00
13c0c0970c align action buttons in table to the right 2021-03-08 22:42:22 +01:00
35a8842de5 cosmetic code cleanups 2021-03-08 22:20:57 +01:00
2c5cdd84b2 harmonize ID column in various tables 2021-03-08 19:20:31 +01:00
Laura Fuentes Grau
1804648d6a implement new button colors with css #276 2021-02-22 03:13:50 +01:00
Laura Fuentes Grau
9a8d7b645f merge with master and adjust button position 2021-02-01 18:13:26 +01:00
Sonja Happ
0bc990faf4 treat case where upload progress is not known 2021-01-22 11:30:04 +01:00
Laura Fuentes Grau
e45de4fc64 Change link and button color scheme #276 2021-01-03 18:54:28 +01:00
Laura Fuentes Grau
d1275ce1aa File content now changeable 2020-09-15 14:44:26 +02:00
Laura Fuentes Grau
708482ec1f wip: make file (name) editable #219, edit files dialog now big enough to encompass table 2020-07-15 14:09:44 +02:00
Sonja Happ
ea5311a43b remove todos 2020-06-23 11:28:08 +02:00
Laura Fuentes Grau
766ccc23d3 Fix for edit files: dialog now stays open after adding/deleting file, cancel button deleted #219 2020-06-21 17:57:35 +02:00
Laura Fuentes Grau
d8fdf33dbc Fix for edit files: table now has a fixed layout/ doesn't protrude out from dialog and close/cancel button closes dialog #219 2020-06-21 16:43:21 +02:00
Sonja Happ
c4781b86f1 Work on edit file, use table of files instead of dropdown menu, fix upload callbacks; sizing of dialog window not working, Cancel button of dialog window obsolete #219 2020-06-18 17:05:47 +02:00
Laura Fuentes Grau
0bed9b3b73 wip: create edit files option 2020-06-03 00:13:25 +02:00
Sonja Happ
86af9c8f7f add option for no file selected 2020-05-29 13:26:43 +02:00
Sonja Happ
e90e12fc5c Fix for edit config, select-file; enable upload progress callback; fix startParams update 2020-05-28 09:59:22 +02:00
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