Commit Graph

7 Commits

Author SHA1 Message Date
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