]> git.localhorst.tv Git - alttp.git/commit
application admin UI
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 10 Apr 2022 22:54:55 +0000 (00:54 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 10 Apr 2022 22:54:55 +0000 (00:54 +0200)
commitcd36cb0ba2718e6bfa08765e7702d57dfe7fd733
treebbc1abe7d69b46903b9ef8e93ef7f222bb8ac2ca
parent590c349036ff0a4a568fb57f15bab941ed2ada00
application admin UI
21 files changed:
app/Events/ApplicationChanged.php [new file with mode: 0644]
app/Events/ApplicationRemoved.php [new file with mode: 0644]
app/Http/Controllers/ApplicationController.php [new file with mode: 0644]
app/Http/Controllers/TournamentController.php
app/Models/Participant.php
app/Models/Protocol.php
app/Policies/ApplicationPolicy.php
resources/js/components/applications/Button.js [new file with mode: 0644]
resources/js/components/applications/Dialog.js [new file with mode: 0644]
resources/js/components/applications/Item.js [new file with mode: 0644]
resources/js/components/applications/List.js [new file with mode: 0644]
resources/js/components/common/Icon.js
resources/js/components/pages/Tournament.js
resources/js/components/protocol/Item.js
resources/js/components/tournament/Detail.js
resources/js/helpers/Application.js [new file with mode: 0644]
resources/js/helpers/Tournament.js
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
routes/api.php