]> git.localhorst.tv Git - alttp.git/commit
show which channels the chatbot is in
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 6 Sep 2024 10:16:08 +0000 (12:16 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 6 Sep 2024 10:16:08 +0000 (12:16 +0200)
commit675625f31e4efb48f3bc8da06a950e520895b84f
tree5514e57f6f35ae149bab8347d5862c615d48a319
parent459b13f887c91f9b7808217b4dbee03e23383b60
show which channels the chatbot is in
13 files changed:
app/Console/Commands/TwitchChannelInfo.php
app/Http/Controllers/ChannelController.php
app/Http/Controllers/SitemapXmlController.php
app/Models/Channel.php
database/migrations/2024_09_06_090755_more_twitch_props.php [new file with mode: 0644]
resources/js/components/channel/Item.js [new file with mode: 0644]
resources/js/components/channel/Link.js
resources/js/components/channel/List.js [new file with mode: 0644]
resources/js/helpers/Channel.js
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/HorstieLog.js
resources/sass/channels.scss