]> git.localhorst.tv Git - alttp.git/commit
tournament scoring settings
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 1 Feb 2026 20:59:22 +0000 (21:59 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 1 Feb 2026 20:59:22 +0000 (21:59 +0100)
commitf03c79e3b3383c827a8efb1b93bc8af9e9e45a4a
tree815cc86b717d47e0343f88b1531334000514cda5
parentcb8d091d0a44e04559f6e09e83a13f1a34efdfb5
tournament scoring settings
16 files changed:
app/Events/ResultChanged.php
app/Http/Controllers/TournamentController.php
app/Models/Protocol.php
app/Models/Round.php
app/Models/Tournament.php
config/database.php
database/migrations/2026_02_01_140215_tournament_scoring_settings.php [new file with mode: 0644]
resources/js/components/rounds/Item.jsx
resources/js/components/tournament/ScoreChart.jsx
resources/js/components/tournament/Scoreboard.jsx
resources/js/components/tournament/SettingsDialog.jsx
resources/js/helpers/Participant.js
resources/js/helpers/Tournament.js
resources/js/i18n/de.js
resources/js/i18n/en.js
routes/api.php