Commit Graph

8 Commits

Author SHA1 Message Date
JP1998 cbaa1b8270 Fix issue with order of mounting of components
Since the credentials were checked in the componentDidMount of the App
but the tournamen was loaded in the componentDidMount of the EditTournament component,
which was done first. Thus the auth headers were cleared, and the user was logged out.
2018-12-12 20:47:45 +01:00
JP1998 9124edc3f2 Fix all the styling issues in all the files 2018-12-09 23:46:21 +01:00
JP1998 13f7373f6f Add a functioning registration 2018-12-03 15:29:26 +01:00
JP1998 d0337fb640 Add actually working login and logout 2018-12-03 14:33:32 +01:00
Felix Hamme 6207049fa1 Design static part of create-tournament page; generify the full page background design (previously login.css) 2018-11-12 23:37:11 +01:00
Felix Hamme 7091d735c2 Design the register page and set links to it on the login page 2018-11-11 13:33:34 +01:00
JP1998 a954a546f4 Add titles to all the pages and read query parameters 2018-11-08 11:05:21 +01:00
JP1998 e0f402f218 Add the initial backbone of the frontend
This commit adds all the pages that are going to exist.
2018-11-07 13:58:22 +01:00