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
dd548af370
introduce new IconButton component
2021-03-08 22:17:11 +01:00
2c5cdd84b2
harmonize ID column in various tables
2021-03-08 19:20:31 +01:00
9ff1495058
fix broken disable property of ICAction ( closes #293 )
2021-03-08 17:40:45 +01:00
Sonja Happ
db1058625b
Merge branch 'new-button-color'
...
# Conflicts:
# src/ic/ic-action.js
# src/ic/ic-dialog.js
# src/ic/ics.js
# src/scenario/scenario.js
# src/scenario/scenarios.js
# src/signal/edit-signal-mapping.js
# src/user/users.js
2021-02-22 13:21:17 +01:00
Laura Fuentes Grau
1804648d6a
implement new button colors with css #276
2021-02-22 03:13:50 +01:00
Sonja Happ
30753b6fca
add tooltips to simplified buttons #282
2021-02-10 13:49:26 +01:00
Laura Fuentes Grau
9a8d7b645f
merge with master and adjust button position
2021-02-01 18:13:26 +01:00
irismarie
104679b50f
changed add and impport buttons for tables, #282
2021-01-28 19:32:07 +01:00
Laura Fuentes Grau
4adc277eb3
WIP: change button color scheme #276
2020-12-28 14:27:34 +01:00
irismarie
7eca59bc7c
duplicate scenario, #263
2020-11-13 13:12:15 +01:00
Sonja Happ
fc1db84170
WIP: begin fixing application router, use token from local storage instead of LoginStore; IC websocket connects not yet working when loading dashboard #245
2020-07-20 16:26:22 +02:00
irismarie
ed26cd16fd
delete unused function
2020-07-09 15:58:39 +02:00
Sonja Happ
770d31ade1
fix for running state of scenarios, show active state of users with icon instead of text.
2020-06-23 15:26:30 +02:00
Sonja Happ
7894282618
show running state of scenario with icon ( closes #223 )
2020-06-23 15:22:25 +02:00
Sonja Happ
7241e2c01b
Component Config import and export working #216
2020-05-29 11:33:49 +02:00
Sonja Happ
01edd65710
Scenario import and export working #216
2020-05-29 10:07:53 +02:00
Sonja Happ
704c36ab90
Move import logic from Iris to RestDataManager and object stores (to be tested!)
2020-05-28 11:27:21 +02:00
irismarie
fdb6a3105a
add scenario data after importing from file
2020-05-20 10:08:51 +02:00
irismarie
967f17c4f3
Import Dashboard
...
plus (#216 ): copy by value, delete IDs, restrict number of times loading data
2020-05-12 20:45:54 +02:00
Sonja Happ
730b393671
small fix for configs dispatch and export function #216
2020-05-06 11:06:04 +02:00
irismarie
4073e13428
Export data, see also #216
2020-05-05 17:05:39 +02:00
Sonja Happ
72cc4bfb7b
fix license statement in all source files ( closes #140 )
2020-03-25 13:25:07 +01:00
Sonja Happ
27d7ee0172
rename simulation model to component configuration
2020-03-12 12:26:56 +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
6a2201a59a
Remove logging output and do not load simulator and scenarios upon login since they are loaded in their containers anyway
2019-11-28 16:17:25 +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
5ab70f2bbd
link to scenario only in first table column (name)
2019-11-26 14:27:42 +01:00
Sonja Happ
31ef67356d
Fix for flux container converter #211
2019-11-12 09:49:18 +01:00
Laura Fuentes Grau
5ecb254e13
renamed visualization to dashboard
2019-10-29 14:41:35 +01:00
Sonja Happ
b8f8294a8b
clean up view that lists all scenarios
2019-09-17 15:33:15 +02:00
Sonja Happ
ae2314312a
WIP, Add some TODOs in new scenario container, backend responses of scenarios endpoint require adaptions for frontend compatibility
2019-08-20 16:40:51 +02:00
Sonja Happ
67b7b876fd
Merge branch 'new-api-restructuring' into new-api-add-scenario
...
# Conflicts:
# src/app.js
2019-08-20 15:06:42 +02:00