-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add validation to game editor. * Don't serve host API key in external host responses. * Initial work on game center * Finish batch user create * Add observe links to support tickets. Fix enroll bugs (Admin enroll and loading indicator on error) * Allow VM console urls to be built without a name, since they get a default one now. * Add work for 3.19.3 * Fix decimal precision for questionw eight * Fixed an issue that prevented the challenge observe link in Support Tools from working. Observe links now only appears when the session is live. * Allow game end to be nullish. Show ongoing games on the landing. * Fixed a bug that caused the enrollment report line chart to fail to refresh on param changes. * Add players modal to practice mode -> challenges report * Add hours of play to site usage. Resolves GBAPI#459. Also center all app dialogs by default. * More work on game center * MVP of game center * Add player registrar to game center (until new player list is finished) * Draft of game center * Finish game center draft * NPM audit
- Loading branch information
1 parent
250c731
commit 4da0059
Showing
121 changed files
with
2,050 additions
and
700 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
projects/gameboard-ui/src/app/admin/challenge-observer/challenge-observer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.