Commit Graph

16 Commits

Author SHA1 Message Date
Felix Hamme 9897257748 Redesign tournament header/properties 2019-06-18 22:29:33 +02:00
Felix Hamme 24b9c09970 Add eslint-config-google to dev dependencies 2019-05-09 14:48:43 +02:00
Felix Hamme bd79607d98 Add google style guide to eslint config 2019-05-09 14:48:43 +02:00
JP1998 b0949f28d5 Create proper animation for the group phase section
The appearance and disappearance of the group phase section will now be animated.
The animation will have to be adjusted at some point, since currently the height
is hardcoded.
The reason for the library is, that react-bootstrap doesn't support
animations anymore as of
https://github.com/react-bootstrap/react-overlays/issues/146#issuecomment-282036734
2019-04-16 09:47:50 +02:00
JP1998 73fa9213b8 Add the favicon to all pages 2019-04-09 10:18:55 +02:00
JP1998 ec0a75e5df Implement editing of team names 2018-12-12 17:50:03 +01:00
JP1998 5aa97e162d Add actually functioning style check and fix style in api.js 2018-12-06 09:57:51 +01:00
JP1998 4b99c4b2dd Add proper config for eslint 2018-12-06 09:11:52 +01:00
JP1998 91b532b6cd Add api calls with persistent user data
Added login and registration api calls to the function pool,
while the application state is persistet through localStorage.
Also (if signed in) the username will be displayed in the
navigation bar of the website.
2018-11-29 16:19:02 +01:00
Felix Hamme f7d532dc21 Implement team names editor for tournament creation 2018-11-15 15:46:46 +01:00
JP1998 27e118041e Add dependency for API-calls
This commit adds the axios-dependency, which is used
to call the API-functions. Moreover the README.md has
been updated accordingly.
2018-11-13 15:36:23 +01:00
Felix Hamme ac15ac2ee7 Add bootstrap css dependency 2018-11-08 15:46:01 +01:00
JP1998 b3be9d7fe4 Add dependency to reactstrap 2018-11-08 13:36:00 +01:00
JP1998 2d1bad3fde Add support for custom css files 2018-11-08 11:20:36 +01:00
JP1998 625e07d256 Add server-side clean urls
This allows requests at url '/t/<code>' to be mapped to '/tournament?code=<code>'
and '/t/<code>/fullscreen' to be mapped to '/tournament-fullscreen?code=<code>'.
2018-11-07 14:15:26 +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