]> git.localhorst.tv Git - alttp.git/commit - app/Models/Channel.php
guessing game controls
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 Feb 2024 21:58:51 +0000 (22:58 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 Feb 2024 21:58:51 +0000 (22:58 +0100)
commitc66d9d3c5eda563842c683827da1abf445b65483
tree1859b0f7b23d0d1338f2b536000dc28bbbae014f
parent0b25d0e8a22a13f09efbeab94d0b353ae603bc16
guessing game controls
21 files changed:
app/Http/Controllers/ChannelController.php
app/Models/Channel.php
app/Models/GuessingGuess.php
app/Models/GuessingWinner.php
app/TwitchBot/ChatCommand.php
app/TwitchBot/GuessingCancelCommand.php
resources/js/app/Routes.js
resources/js/components/common/ChannelSelect.js
resources/js/components/common/Icon.js
resources/js/components/twitch-bot/Controls.js
resources/js/components/twitch-bot/GuessingGameControls.js [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingGuess.js [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingWinner.js [new file with mode: 0644]
resources/js/helpers/Channel.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/GuessingGameControls.js [new file with mode: 0644]
resources/sass/app.scss
resources/sass/channels.scss [new file with mode: 0644]
routes/api.php
routes/channels.php