]> git.localhorst.tv Git - alttp.git/commit
group swap style settings
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Jan 2026 16:47:03 +0000 (17:47 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Jan 2026 16:47:03 +0000 (17:47 +0100)
commit6652a794b25cac25f534a8dc83847d377bfb63cf
treea28df4b30eaf69b51f9fc2e2e8961dc780d08889
parent85d902651f227ae9322d5bc6e07b2ff7cc593cf8
group swap style settings
18 files changed:
app/Http/Controllers/GroupAssignmentController.php [new file with mode: 0644]
app/Http/Controllers/RoundController.php
app/Http/Controllers/TournamentController.php
app/Models/GroupAssignment.php
app/Policies/GroupAssignmentPolicy.php [new file with mode: 0644]
app/Policies/RoundPolicy.php
database/migrations/2026_01_02_130509_tournament_group_swap_style.php [new file with mode: 0644]
resources/js/components/common/Icon.jsx
resources/js/components/rounds/GroupsButton.jsx [new file with mode: 0644]
resources/js/components/rounds/GroupsDialog.jsx [new file with mode: 0644]
resources/js/components/rounds/Item.jsx
resources/js/components/tournament/SettingsDialog.jsx
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/Tournament.jsx
routes/api.php
routes/channels.php