]> git.localhorst.tv Git - alttp.git/commit
broadcast results with locked rounds
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 29 Jun 2025 12:00:04 +0000 (14:00 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 29 Jun 2025 12:00:04 +0000 (14:00 +0200)
commitb876038263871e1217e6369016966caf2e736c03
treef0c3b033acb4363eab9694b0d87c1bd77da550ff
parent15245212eed08aed7a2a6f8f628b2186c9e48041
broadcast results with locked rounds
app/Console/Commands/UnlockRound.php [new file with mode: 0644]
app/Events/RoundChanged.php
app/Http/Controllers/ResultController.php
app/Http/Controllers/TournamentController.php
app/Models/Result.php
app/Models/Round.php
resources/js/components/results/Item.jsx
resources/js/helpers/Round.js
resources/js/pages/Tournament.jsx