Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

GET /teams from RTS instead of config.json #658

Merged
merged 6 commits into from
Jan 30, 2017
Merged

Commits on Jan 30, 2017

  1. GET /teams from RTS instead of config.json

    Now that the RTS contains config for teams, use GET /teams to get that information so that users will see be able to register as a team (but not yet auto-join rooms, be sent to welcome page or be tracked as a referral).
    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    4e08894 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    318d871 View commit details
    Browse the repository at this point in the history
  3. Use busy spinner when requesting teams

    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    eb4d7f0 View commit details
    Browse the repository at this point in the history
  4. Use const, not var

    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    f5efc8e View commit details
    Browse the repository at this point in the history
  5. Finish with .done()

    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    1e279d2 View commit details
    Browse the repository at this point in the history
  6. Get rid of dupl. declaration

    Luke Barnard committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    4e9229e View commit details
    Browse the repository at this point in the history