]> git.localhorst.tv Git - alttp.git/commit
result reporting
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Mar 2022 21:05:35 +0000 (22:05 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Mar 2022 21:05:35 +0000 (22:05 +0100)
commitd748feb96453d74aeffec648d6f5f68d9ef3b520
treed34972310d6a2ab87d523f7eff837486b824f797
parentc30ac282dde3d746d6a7762ee18c70b4416500b5
result reporting
19 files changed:
app/Events/ResultReported.php [new file with mode: 0644]
app/Http/Controllers/ResultController.php
app/Models/Protocol.php
app/Models/Result.php
resources/js/components/common/Icon.js
resources/js/components/pages/Tournament.js
resources/js/components/results/Item.js
resources/js/components/results/ReportButton.js [new file with mode: 0644]
resources/js/components/results/ReportDialog.js [new file with mode: 0644]
resources/js/components/results/ReportForm.js [new file with mode: 0644]
resources/js/components/rounds/Item.js
resources/js/helpers/Result.js
resources/js/helpers/Round.js [new file with mode: 0644]
resources/js/helpers/Tournament.js [new file with mode: 0644]
resources/js/helpers/User.js
resources/js/i18n/de.js
resources/js/schema/yup.js [new file with mode: 0644]
resources/sass/rounds.scss
routes/api.php