Commit remaining pre-existing changes across CMS files

This commit is contained in:
root
2026-06-26 19:39:50 +02:00
parent 5bd7b2333f
commit 6add7cdfb1
23 changed files with 748 additions and 780 deletions
File diff suppressed because one or more lines are too long
Generated
+76 -76
View File
@@ -1946,26 +1946,26 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.12.1",
"version": "7.12.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "d34627490fbc03bf5c5d7cfed81f2faa19519425"
"reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d34627490fbc03bf5c5d7cfed81f2faa19519425",
"reference": "d34627490fbc03bf5c5d7cfed81f2faa19519425",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9aa17bcdd777ee31df9fc83c337ca4ca2340def3",
"reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^2.5",
"guzzlehttp/psr7": "^2.12.1",
"guzzlehttp/psr7": "^2.12.3",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.24"
"symfony/polyfill-php80": "^1.25"
},
"provide": {
"psr/http-client-implementation": "1.0"
@@ -2054,7 +2054,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.12.1"
"source": "https://github.com/guzzle/guzzle/tree/7.12.3"
},
"funding": [
{
@@ -2070,7 +2070,7 @@
"type": "tidelift"
}
],
"time": "2026-06-18T14:12:49+00:00"
"time": "2026-06-23T15:29:02+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -2158,16 +2158,16 @@
},
{
"name": "guzzlehttp/psr7",
"version": "2.12.1",
"version": "2.12.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7"
"reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7",
"reference": "172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
"reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
"shasum": ""
},
"require": {
@@ -2176,7 +2176,7 @@
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.24"
"symfony/polyfill-php80": "^1.25"
},
"provide": {
"psr/http-factory-implementation": "1.0",
@@ -2257,7 +2257,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.12.1"
"source": "https://github.com/guzzle/psr7/tree/2.12.3"
},
"funding": [
{
@@ -2273,25 +2273,25 @@
"type": "tidelift"
}
],
"time": "2026-06-18T09:49:37+00:00"
"time": "2026-06-23T15:21:08+00:00"
},
{
"name": "guzzlehttp/uri-template",
"version": "v1.0.7",
"version": "v1.0.8",
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
"reference": "7fe811c23a9e3cd712b4389eaeb50b5456d8c529"
"reference": "9c19128923b05a5d7355e5d2318d7808b7e33bbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/7fe811c23a9e3cd712b4389eaeb50b5456d8c529",
"reference": "7fe811c23a9e3cd712b4389eaeb50b5456d8c529",
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/9c19128923b05a5d7355e5d2318d7808b7e33bbd",
"reference": "9c19128923b05a5d7355e5d2318d7808b7e33bbd",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-php80": "^1.24"
"symfony/polyfill-php80": "^1.25"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
@@ -2343,7 +2343,7 @@
],
"support": {
"issues": "https://github.com/guzzle/uri-template/issues",
"source": "https://github.com/guzzle/uri-template/tree/v1.0.7"
"source": "https://github.com/guzzle/uri-template/tree/v1.0.8"
},
"funding": [
{
@@ -2359,7 +2359,7 @@
"type": "tidelift"
}
],
"time": "2026-06-12T21:33:43+00:00"
"time": "2026-06-23T13:02:23+00:00"
},
{
"name": "inertiajs/inertia-laravel",
@@ -2651,20 +2651,20 @@
},
{
"name": "laravel/framework",
"version": "v13.16.1",
"version": "v13.17.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "6135650d69bd9442e470bb1b343422081b076f1e"
"reference": "0802b7a81f3252d78200b8037ac183a686a529f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/6135650d69bd9442e470bb1b343422081b076f1e",
"reference": "6135650d69bd9442e470bb1b343422081b076f1e",
"url": "https://api.github.com/repos/laravel/framework/zipball/0802b7a81f3252d78200b8037ac183a686a529f0",
"reference": "0802b7a81f3252d78200b8037ac183a686a529f0",
"shasum": ""
},
"require": {
"brick/math": "^0.14.2 || ^0.15 || ^0.16 || ^0.17",
"brick/math": "^0.14.2 || ^0.15 || ^0.16 || ^0.17 || ^0.18",
"composer-runtime-api": "^2.2",
"doctrine/inflector": "^2.0.5",
"dragonmantank/cron-expression": "^3.4",
@@ -2871,7 +2871,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2026-06-16T16:07:50+00:00"
"time": "2026-06-23T19:42:45+00:00"
},
{
"name": "laravel/octane",
@@ -3032,16 +3032,16 @@
},
{
"name": "laravel/prompts",
"version": "v0.3.18",
"version": "v0.3.21",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72"
"reference": "7753c65c281c2550c7c183f14e18062073b7d821"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/a19af51bb144bf87f08397921fa619f85c7d4e72",
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72",
"url": "https://api.github.com/repos/laravel/prompts/zipball/7753c65c281c2550c7c183f14e18062073b7d821",
"reference": "7753c65c281c2550c7c183f14e18062073b7d821",
"shasum": ""
},
"require": {
@@ -3085,9 +3085,9 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.18"
"source": "https://github.com/laravel/prompts/tree/v0.3.21"
},
"time": "2026-05-19T00:47:18+00:00"
"time": "2026-06-26T00:11:25+00:00"
},
{
"name": "laravel/sanctum",
@@ -3636,16 +3636,16 @@
},
{
"name": "league/flysystem",
"version": "3.34.0",
"version": "3.35.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e"
"reference": "f23af6c5aafd958a7593029a271d77baf5ed793c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e",
"reference": "2daaac3b0d4c83ea7ed5d8586e786f5d00f3540e",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f23af6c5aafd958a7593029a271d77baf5ed793c",
"reference": "f23af6c5aafd958a7593029a271d77baf5ed793c",
"shasum": ""
},
"require": {
@@ -3713,9 +3713,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.34.0"
"source": "https://github.com/thephpleague/flysystem/tree/3.35.1"
},
"time": "2026-05-14T10:28:08+00:00"
"time": "2026-06-25T06:52:23+00:00"
},
{
"name": "league/flysystem-local",
@@ -4166,16 +4166,16 @@
},
{
"name": "livewire/livewire",
"version": "v4.3.1",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "6a9dd03f45a4b200abfd0ff644745b23fa7baaaa"
"reference": "4ac7f483a4e9779297826c431b5f49ea8f24cbad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/6a9dd03f45a4b200abfd0ff644745b23fa7baaaa",
"reference": "6a9dd03f45a4b200abfd0ff644745b23fa7baaaa",
"url": "https://api.github.com/repos/livewire/livewire/zipball/4ac7f483a4e9779297826c431b5f49ea8f24cbad",
"reference": "4ac7f483a4e9779297826c431b5f49ea8f24cbad",
"shasum": ""
},
"require": {
@@ -4230,7 +4230,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v4.3.1"
"source": "https://github.com/livewire/livewire/tree/v4.3.2"
},
"funding": [
{
@@ -4238,7 +4238,7 @@
"type": "github"
}
],
"time": "2026-06-02T08:58:52+00:00"
"time": "2026-06-26T11:39:23+00:00"
},
{
"name": "monolog/monolog",
@@ -12546,16 +12546,16 @@
},
{
"name": "laravel/mcp",
"version": "v0.8.1",
"version": "v0.8.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/mcp.git",
"reference": "fdc39c9e21048801508765cb4d72bd9e8501b51f"
"reference": "0c32bf369c6432cab21458f9f4479da33a49ba37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/mcp/zipball/fdc39c9e21048801508765cb4d72bd9e8501b51f",
"reference": "fdc39c9e21048801508765cb4d72bd9e8501b51f",
"url": "https://api.github.com/repos/laravel/mcp/zipball/0c32bf369c6432cab21458f9f4479da33a49ba37",
"reference": "0c32bf369c6432cab21458f9f4479da33a49ba37",
"shasum": ""
},
"require": {
@@ -12616,7 +12616,7 @@
"issues": "https://github.com/laravel/mcp/issues",
"source": "https://github.com/laravel/mcp"
},
"time": "2026-06-11T13:59:49+00:00"
"time": "2026-06-25T14:00:45+00:00"
},
{
"name": "laravel/pint",
@@ -12749,16 +12749,16 @@
},
{
"name": "laravel/sail",
"version": "v1.62.0",
"version": "v1.63.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "3aaeefc979f8ba6586fbc5b6e0b1b3638058f98e"
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/3aaeefc979f8ba6586fbc5b6e0b1b3638058f98e",
"reference": "3aaeefc979f8ba6586fbc5b6e0b1b3638058f98e",
"url": "https://api.github.com/repos/laravel/sail/zipball/51bbce3f803c1d386cabbb44e618c955a12ff5fc",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc",
"shasum": ""
},
"require": {
@@ -12808,7 +12808,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2026-05-27T04:02:01+00:00"
"time": "2026-06-18T08:54:14+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -12968,16 +12968,16 @@
},
{
"name": "pestphp/pest",
"version": "v4.7.3",
"version": "v4.7.4",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
"reference": "87882a8561bf3ddf230b9a6b764f367f687d5b2f"
"reference": "ee2e97e932d158faceeaa63a4dc17324b15152cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/87882a8561bf3ddf230b9a6b764f367f687d5b2f",
"reference": "87882a8561bf3ddf230b9a6b764f367f687d5b2f",
"url": "https://api.github.com/repos/pestphp/pest/zipball/ee2e97e932d158faceeaa63a4dc17324b15152cb",
"reference": "ee2e97e932d158faceeaa63a4dc17324b15152cb",
"shasum": ""
},
"require": {
@@ -12990,12 +12990,12 @@
"pestphp/pest-plugin-mutate": "^4.0.1",
"pestphp/pest-plugin-profanity": "^4.2.1",
"php": "^8.3.0",
"phpunit/phpunit": "^12.5.29",
"phpunit/phpunit": "^12.5.30",
"symfony/process": "^7.4.13|^8.1.0"
},
"conflict": {
"filp/whoops": "<2.18.3",
"phpunit/phpunit": ">12.5.29",
"phpunit/phpunit": ">12.5.30",
"sebastian/exporter": "<7.0.0",
"webmozart/assert": "<1.11.0"
},
@@ -13071,7 +13071,7 @@
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v4.7.3"
"source": "https://github.com/pestphp/pest/tree/v4.7.4"
},
"funding": [
{
@@ -13083,7 +13083,7 @@
"type": "github"
}
],
"time": "2026-06-12T05:57:27+00:00"
"time": "2026-06-25T19:09:05+00:00"
},
{
"name": "pestphp/pest-plugin",
@@ -13886,16 +13886,16 @@
},
{
"name": "phpunit/phpunit",
"version": "12.5.29",
"version": "12.5.30",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "9aa66a47db3ea70f1a468e66dd969f67e594945a"
"reference": "900400a5b616d6fb306f9549f6da33ba615d3fbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9aa66a47db3ea70f1a468e66dd969f67e594945a",
"reference": "9aa66a47db3ea70f1a468e66dd969f67e594945a",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/900400a5b616d6fb306f9549f6da33ba615d3fbb",
"reference": "900400a5b616d6fb306f9549f6da33ba615d3fbb",
"shasum": ""
},
"require": {
@@ -13964,7 +13964,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.29"
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.30"
},
"funding": [
{
@@ -13972,20 +13972,20 @@
"type": "other"
}
],
"time": "2026-06-04T06:14:42+00:00"
"time": "2026-06-15T13:12:30+00:00"
},
{
"name": "rector/rector",
"version": "2.4.6",
"version": "2.5.2",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "9b9e5c76618e4d359f65b54ca2eabcad3d1761ee"
"reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9b9e5c76618e4d359f65b54ca2eabcad3d1761ee",
"reference": "9b9e5c76618e4d359f65b54ca2eabcad3d1761ee",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/49ff6339174bdbdf50b0b35ecbcff14a05ac9e24",
"reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24",
"shasum": ""
},
"require": {
@@ -14024,7 +14024,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.4.6"
"source": "https://github.com/rectorphp/rector/tree/2.5.2"
},
"funding": [
{
@@ -14032,7 +14032,7 @@
"type": "github"
}
],
"time": "2026-06-17T11:56:28+00:00"
"time": "2026-06-22T11:39:33+00:00"
},
{
"name": "sebastian/cli-parser",
+5
View File
@@ -77,6 +77,11 @@ return [
'jquery_js' => env('JQUERY_JS_URL', 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js'),
'jquery_ui_js' => env('JQUERY_UI_JS_URL', 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.14.1/jquery-ui.min.js'),
'swfobject_js' => env('SWFOBJECT_JS_URL', 'https://cdnjs.cloudflare.com/ajax/libs/swfobject/2.2/swfobject.js'),
'lodash_js' => env('LODASH_JS_URL', 'https://cdn.jsdelivr.net/npm/lodash@4.18.1/lodash.min.js'),
'axios_js' => env('AXIOS_JS_URL', 'https://cdn.jsdelivr.net/npm/axios@1.18.1/dist/axios.min.js'),
'turbolinks_js' => env('TURBOLINKS_JS_URL', 'https://cdn.jsdelivr.net/npm/turbolinks@5.2.0/dist/turbolinks.js'),
'swiper_js' => env('SWIPER_JS_URL', 'https://cdn.jsdelivr.net/npm/swiper@12.2.0/swiper-bundle.min.js'),
'swiper_css' => env('SWIPER_CSS_URL', 'https://cdn.jsdelivr.net/npm/swiper@12.2.0/swiper-bundle.min.css'),
],
'findretros' => [
+8 -33
View File
@@ -1,15 +1,4 @@
{
"_axios-Bb9VWCvi.js": {
"file": "assets/axios-Bb9VWCvi.js",
"name": "axios",
"imports": [
"_chunk-QTnfLwEv.js"
]
},
"_chunk-QTnfLwEv.js": {
"file": "assets/chunk-QTnfLwEv.js",
"name": "chunk"
},
"public/assets/images/background-dark.jpg": {
"file": "assets/background-dark-BfkMu3-0.jpg",
"src": "public/assets/images/background-dark.jpg"
@@ -111,7 +100,7 @@
"src": "public/assets/images/profile/profile-bg.png"
},
"resources/css/global.css": {
"file": "assets/global-D3hwr7UE.css",
"file": "assets/global-CLsqTvoO.css",
"name": "global",
"names": [
"global.css"
@@ -147,26 +136,19 @@
]
},
"resources/js/global.js": {
"file": "assets/global-r22-sRCc.js",
"file": "assets/global-BmCW571b.js",
"name": "global",
"src": "resources/js/global.js",
"isEntry": true,
"imports": [
"_chunk-QTnfLwEv.js",
"_axios-Bb9VWCvi.js"
]
"isEntry": true
},
"resources/js/ssr.jsx": {
"file": "assets/ssr-DdmZbD73.js",
"file": "assets/ssr-DMDBKmwi.js",
"name": "ssr",
"src": "resources/js/ssr.jsx",
"isEntry": true,
"imports": [
"_chunk-QTnfLwEv.js"
]
"isEntry": true
},
"resources/themes/atom/css/app.css": {
"file": "assets/app-BXjZsuSm.css",
"file": "assets/app-CnWrzlz2.css",
"name": "app",
"names": [
"app.css"
@@ -202,16 +184,9 @@
]
},
"resources/themes/atom/js/app.js": {
"file": "assets/app-CAkt-7PZ.js",
"file": "assets/app-DC4cfmZe.js",
"name": "app",
"src": "resources/themes/atom/js/app.js",
"isEntry": true,
"imports": [
"_chunk-QTnfLwEv.js",
"_axios-Bb9VWCvi.js"
],
"css": [
"assets/app-CeYfhhVD.css"
]
"isEntry": true
}
}
-12
View File
@@ -1,15 +1,3 @@
import _ from "lodash";
window._ = _;
/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
import axios from "axios";
window.axios = axios;
window.axios.defaults.headers.common["X-Requested-With"] = "XMLHttpRequest";
/**
+2 -8
View File
@@ -1,12 +1,6 @@
import "./bootstrap";
import "./external/flowbite";
import "swiper/css";
import "swiper/css/pagination";
import Alpine from "alpinejs";
import Focus from "@alpinejs/focus";
import ArticleReactions from "./components/ArticleReactions.js";
import ThemeSwitcher from "./components/ThemeSwitcher.js";
@@ -15,8 +9,8 @@ import AtomSliders from "./components/AtomSliders.js";
ThemeSwitcher.init();
ArticleReactions.init();
AtomSliders.init();
Alpine.plugin(Focus);
Alpine.start();
window.Alpine.plugin(window.AlpineFocus);
window.Alpine.start();
console.log(
"%cAtom CMS%c\n\nAtom CMS is a CMS for made for the community to enjoy. You can join our wonderful community at https://discord.gg/rX3aShUHdg\n\n",
+1 -5
View File
@@ -4,13 +4,9 @@
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
import axios from "axios";
import Turbolinks from "turbolinks";
window.axios = axios;
window.axios.defaults.headers.common["X-Requested-With"] = "XMLHttpRequest";
Turbolinks.start();
window.Turbolinks.start();
/**
* Echo exposes an expressive API for subscribing to channels and listening
@@ -1,12 +1,10 @@
import Alpine from "alpinejs";
const ArticleReactions = {
init() {
document.addEventListener("alpine:init", () => this.startComponent());
},
startComponent() {
Alpine.data(
window.Alpine.data(
"reactions",
(myReactions = [], articleReactions = [], url = "") => ({
url,
@@ -1,5 +1,3 @@
import Swiper from "swiper";
const AtomSliders = {
init() {
document.addEventListener("turbolinks:load", () => {
@@ -10,7 +8,7 @@ const AtomSliders = {
initArticleSlider() {
if (!document.querySelector(".article-slider")) return;
new Swiper(".articles-slider", {
new window.Swiper(".articles-slider", {
modules: [],
slidesPerView: 1,
loop: true,
@@ -9,6 +9,13 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
<style>
@@ -26,6 +26,13 @@
<script src="{{ config('habbo.cdn.popper_js') }}"></script>
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
<script src="{{ config('habbo.cdn.turbolinks_js') }}"></script>
@vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
@@ -11,6 +11,13 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
<style>
@@ -7,8 +7,15 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{ setting('hotel_name') }} - {{ __('Maintenance') }}</title>
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.5.1/dist/flowbite.min.css"/>
<script src="https://unpkg.com/flowbite@1.5.1/dist/flowbite.js"></script>
<link rel="stylesheet" href="{{ config('habbo.cdn.flowbite_css', asset('assets/css/flowbite.min.css')) }}" />
<script src="{{ config('habbo.cdn.popper_js') }}"></script>
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
+3 -15
View File
@@ -1,27 +1,15 @@
import "./bootstrap";
import "./external/flowbite";
import "swiper/css";
import "swiper/css/navigation";
import "swiper/css/pagination";
import Alpine from "alpinejs";
import Focus from "@alpinejs/focus";
import ArticleReactions from "./components/ArticleReactions.js";
import Swiper from "swiper";
import { Navigation, Pagination } from "swiper/modules";
ArticleReactions.init();
Alpine.plugin(Focus);
Alpine.start();
Swiper.use([Navigation, Pagination]);
window.Alpine.plugin(window.AlpineFocus);
window.Alpine.start();
// Swiper Initialization
document.addEventListener("DOMContentLoaded", function () {
const swiper = new Swiper(".swiper", {
const swiper = new window.Swiper(".swiper", {
// Your Swiper options here
navigation: {
nextEl: ".swiper-button-next",
-3
View File
@@ -4,9 +4,6 @@
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
import axios from "axios";
window.axios = axios;
window.axios.defaults.headers.common["X-Requested-With"] = "XMLHttpRequest";
/**
@@ -1,12 +1,10 @@
import Alpine from "alpinejs";
const ArticleReactions = {
init() {
document.addEventListener("alpine:init", () => this.startComponent());
},
startComponent() {
Alpine.data(
window.Alpine.data(
"reactions",
(myReactions = [], articleReactions = [], url = "") => ({
url,
@@ -9,6 +9,13 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
@if(setting('button_enabled') == '1')
@@ -10,6 +10,13 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme', 'dusk') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
<style>
@@ -8,8 +8,13 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{ setting('hotel_name') }} - {{ __('Maintenance') }}</title>
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.5.1/dist/flowbite.min.css"/>
<script src="https://unpkg.com/flowbite@1.5.1/dist/flowbite.js"></script>
<link rel="stylesheet" href="{{ config('habbo.cdn.flowbite_css', asset('assets/css/flowbite.min.css')) }}" />
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
</head>
+3
View File
@@ -25,6 +25,9 @@
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
<script src="{{ config('habbo.cdn.lodash_js') }}"></script>
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
@vite(['resources/js/ssr.jsx', 'resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
<style>
@@ -14,6 +14,9 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<script src="{{ config('habbo.cdn.lodash_js') }}"></script>
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
@vite(['resources/css/global.css', 'resources/js/global.js'], 'build')
@stack('scripts')
</head>
+1 -1
View File
@@ -1,5 +1,5 @@
{
"exported_at": "2026-05-23 17:57:11",
"exported_at": "2026-06-24 14:24:24",
"settings": {
"preset": "atom_original",
"color_primary": "#eeb425",
+591 -613
View File
File diff suppressed because it is too large Load Diff