Complete Hubbly theme conversion: all pages rewritten with CSS variable theming

- Converted all views from Dusk components (x-content.content-card, x-form.*) to inline Hubbly style
- All pages use consistent card pattern: rounded-lg, gradient headers, color-mix borders
- Added Hubbly-style homepage with 2-column layout, login card, swiper news carousel
- Rewrote navigation with Alpine.js dropdowns, CSS variable colors, Hubbly assets
- Updated profile page with Hubbly cards, fixed data bugs (friend/guild relationships)
- Rewrote register page to match Hubbly layout: banner header, avatar preview with Frank GIF, 2-column form, avatar carousel selector, border-4 inputs
- Rewrote login, settings, help center, radio, applications, utility pages
- All colors use CSS variables controlled by Filament theme editor
- Added Hubbly assets: banner, Frank GIF, navigation icons, online badge
- Removed all dependencies on x-content.* and x-form.* components
This commit is contained in:
root
2026-06-27 17:01:02 +02:00
parent 61bb70ac1d
commit c53a5a8a2c
68 changed files with 4708 additions and 4608 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 B

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+11 -11
View File
@@ -64,7 +64,7 @@
"src": "public/assets/images/icons/lighthouse.png"
},
"public/assets/images/icons/navigation/community.png": {
"file": "assets/community-Do_t1zw9.png",
"file": "assets/community-BmvnBNdH.png",
"src": "public/assets/images/icons/navigation/community.png"
},
"public/assets/images/icons/navigation/home.png": {
@@ -72,7 +72,7 @@
"src": "public/assets/images/icons/navigation/home.png"
},
"public/assets/images/icons/navigation/leaderboards.png": {
"file": "assets/leaderboards-CGasq3cL.png",
"file": "assets/leaderboards-Cz3bgXtU.png",
"src": "public/assets/images/icons/navigation/leaderboards.png"
},
"public/assets/images/icons/navigation/rules.gif": {
@@ -80,7 +80,7 @@
"src": "public/assets/images/icons/navigation/rules.gif"
},
"public/assets/images/icons/navigation/shop.png": {
"file": "assets/shop-D3NfN6cF.png",
"file": "assets/shop-LX0jLJ3j.png",
"src": "public/assets/images/icons/navigation/shop.png"
},
"public/assets/images/leaderboards/trophy-bronze.png": {
@@ -100,7 +100,7 @@
"src": "public/assets/images/profile/profile-bg.png"
},
"resources/css/global.css": {
"file": "assets/global-CLsqTvoO.css",
"file": "assets/global-qWU3veV8.css",
"name": "global",
"names": [
"global.css"
@@ -128,11 +128,11 @@
"assets/trophy-bronze-CgV5j1MU.png",
"assets/background-light-CP7oKwVT.jpg",
"assets/background-dark-BfkMu3-0.jpg",
"assets/shop-D3NfN6cF.png",
"assets/leaderboards-CGasq3cL.png",
"assets/shop-LX0jLJ3j.png",
"assets/leaderboards-Cz3bgXtU.png",
"assets/rules--xzBmecz.gif",
"assets/home-DIMFC97Y.png",
"assets/community-Do_t1zw9.png"
"assets/community-BmvnBNdH.png"
]
},
"resources/js/global.js": {
@@ -148,7 +148,7 @@
"isEntry": true
},
"resources/themes/atom/css/app.css": {
"file": "assets/app-CnWrzlz2.css",
"file": "assets/app-d6aGWIlU.css",
"name": "app",
"names": [
"app.css"
@@ -176,11 +176,11 @@
"assets/trophy-bronze-CgV5j1MU.png",
"assets/background-light-CP7oKwVT.jpg",
"assets/background-dark-BfkMu3-0.jpg",
"assets/shop-D3NfN6cF.png",
"assets/leaderboards-CGasq3cL.png",
"assets/shop-LX0jLJ3j.png",
"assets/leaderboards-Cz3bgXtU.png",
"assets/rules--xzBmecz.gif",
"assets/home-DIMFC97Y.png",
"assets/community-Do_t1zw9.png"
"assets/community-BmvnBNdH.png"
]
},
"resources/themes/atom/js/app.js": {