]> git.localhorst.tv Git - alttp.git/commit
pull sg crew into schedule
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Feb 2023 17:30:40 +0000 (18:30 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Feb 2023 17:30:40 +0000 (18:30 +0100)
commite2af94795e9d8e8a2eb8c272201b4e54ebb130f0
tree1db1b03ce72d5997faf923ed44917ff8a1df16aa
parentfb9c7a3524a5fc879bb062b343ec2f8fc3817f42
pull sg crew into schedule
14 files changed:
app/Console/Commands/SyncSpeedGaming.php
app/Http/Controllers/EpisodeController.php
app/Models/Episode.php
app/Models/EpisodeCrew.php [new file with mode: 0644]
database/migrations/2023_02_17_153122_create_episode_players_table.php
database/migrations/2023_02_20_155005_create_episode_crews_table.php [new file with mode: 0644]
resources/js/components/episodes/Crew.js [new file with mode: 0644]
resources/js/components/episodes/CrewMember.js [new file with mode: 0644]
resources/js/components/episodes/Item.js
resources/js/components/episodes/Player.js
resources/js/helpers/Crew.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/sass/episodes.scss