]> git.localhorst.tv Git - alttp.git/commit
grouped rounds tournament type
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Nov 2025 13:23:28 +0000 (14:23 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Nov 2025 13:23:28 +0000 (14:23 +0100)
commit91c715a25ab425a9793ef535bed9e359798eda88
tree61fb7132ce6fc095b47ee25a083eb3b2a96b111b
parentdad6b0fb3aa0b069aa0481299a98da0ea3ca8d73
grouped rounds tournament type
12 files changed:
app/Http/Controllers/RoundController.php
app/Http/Controllers/TournamentController.php
app/Models/Protocol.php
app/Models/Round.php
app/Models/Tournament.php
database/migrations/2025_11_19_083248_tournament_group_size.php [new file with mode: 0644]
database/migrations/2025_11_19_085228_round_group.php [new file with mode: 0644]
resources/js/components/rounds/DeleteDialog.jsx
resources/js/components/rounds/Item.jsx
resources/js/helpers/Round.js
resources/js/i18n/de.js
resources/js/i18n/en.js