]> git.localhorst.tv Git - alttp.git/commit
open tournament type
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Oct 2022 13:39:54 +0000 (15:39 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Oct 2022 13:39:54 +0000 (15:39 +0200)
commit537b998e8059c56e3a20ee2a89d42c3bbfbb80b8
tree5a8203cc64b698bfa7143e0c31f2b9ffd85a0ff7
parent3e970c52e6a46cf9db4f69c5bec9102da53c0744
open tournament type
20 files changed:
app/Events/ResultChanged.php
app/Http/Controllers/ResultController.php
app/Http/Controllers/RoundController.php
app/Http/Controllers/TournamentController.php
app/Models/Result.php
app/Models/Round.php
app/Models/Tournament.php
database/migrations/2022_10_19_072222_tournament_type.php [new file with mode: 0644]
resources/js/components/results/DetailDialog.js
resources/js/components/results/Item.js
resources/js/components/results/List.js
resources/js/components/results/ReportButton.js
resources/js/components/results/ReportDialog.js
resources/js/components/results/ReportForm.js
resources/js/components/rounds/Item.js
resources/js/components/tournament/Detail.js
resources/js/components/tournament/SettingsDialog.js
resources/js/helpers/Round.js
resources/js/helpers/Tournament.js
resources/js/helpers/permissions.js