]> git.localhorst.tv Git - alttp.git/commit
enable group swap
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 10:45:26 +0000 (11:45 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 10:45:26 +0000 (11:45 +0100)
commit8f8cd949592e6412f832071836c872f26bef3f2e
tree780f4fcc2fc3542f83c1b5be171dd02c956af1e5
parentd5010f5494c694da424ef4190e0d0d6a4283b6be
enable group swap
16 files changed:
app/Http/Controllers/TournamentController.php
app/Models/GroupAssignment.php
app/Models/Protocol.php
app/Models/Tournament.php
app/Policies/RoundPolicy.php
app/Policies/TournamentPolicy.php
resources/js/components/common/Icon.jsx
resources/js/components/groups/Item.jsx
resources/js/components/groups/SwapButton.jsx [new file with mode: 0644]
resources/js/components/protocol/Item.jsx
resources/js/helpers/permissions.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/Tournament.jsx
resources/sass/groups.scss
routes/api.php