]> git.localhorst.tv Git - alttp.git/commit - config/aos.php
client side aos base rom select
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 10 May 2022 10:51:51 +0000 (12:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 10 May 2022 10:51:51 +0000 (12:51 +0200)
commit8f8c68f00151100f2a2fa535492847ddb6b7029a
tree8f4a1be7c559f9223589fa9c6fad351f1b651c68
parent899836047a90ee13a489142e9b0b70327674e831
client side aos base rom select
13 files changed:
.env.example
config/aos.php [new file with mode: 0644]
package-lock.json
package.json
resources/js/app.js
resources/js/components/aos/App.js [new file with mode: 0644]
resources/js/components/aos/BaseRomButton.js [new file with mode: 0644]
resources/js/components/aos/Header.js [new file with mode: 0644]
resources/js/helpers/AosBaseRomContext.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/views/aos.blade.php [new file with mode: 0644]
routes/web.php