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

21 commits

Author SHA1 Message Date
irismarie
985bac405e changed the singleton implementation of branding, added borderradius 2021-03-16 11:23:11 +01:00
irismarie
d82f24dc3f icon & font 2021-03-09 16:23:56 +01:00
irismarie
ed846ed4c2 move all contents to brand homepage 2021-03-03 17:27:30 +01:00
irismarie
54d14cff00 get homepage from branding subdirectory 2021-03-03 16:37:06 +01:00
irismarie
ab494a484e [WIP] allow branding 2021-02-26 14:01:55 +01:00
Sonja Happ
51c02c1d1d revise home page, add more funding info 2021-02-17 11:10:16 +01:00
d62ebbdcd9 add new api browser based on swagger-ui-react 2021-02-05 22:33:31 +01:00
Sonja Happ
9a7503608c make all images in home page show up after update of file-loader package 2020-10-26 15:39:30 +01:00
Sonja Happ
4fa2cb13ec Clean up usage of login store, only use it for login, use the local storage in all other cases to get the token and current user. 2020-09-30 11:29:37 +02:00
Sonja Happ
81351a1cdb Add link to swagger API doc on home page #258 2020-09-28 10:18:27 +02: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
Sonja Happ
72cc4bfb7b fix license statement in all source files (closes #140) 2020-03-25 13:25:07 +01:00
Sonja Happ
6041557437 cleanup home file 2020-03-11 15:51:49 +01:00
Sonja Happ
42dfe68580 fix link on home page 2020-03-11 10:04:05 +01:00
Sonja Happ
a7d22d3df7 add image of datamodel, add descriptive text for terminology 2020-03-10 17:09:14 +01:00
Sonja Happ
0f728c561b add a short description for VILLASweb terminology, remove some contacts 2020-03-05 16:19:05 +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
Laura Fuentes Grau
5ecb254e13 renamed visualization to dashboard 2019-10-29 14:41:35 +01:00
Sonja Happ
2b5df63b34 formatting of home page text 2019-10-07 16:05:08 +02: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
Renamed from src/components/home.js (Browse further)