Cleanup Added lobby menu and page items. fix for root redirect

This commit is contained in:
2025-09-03 22:49:27 +02:00
parent 6e212db8e1
commit eff5aafbdb
25 changed files with 148 additions and 65 deletions

View File

@@ -0,0 +1,3 @@
<x-filament-panels::page>
</x-filament-panels::page>

View File

@@ -0,0 +1,4 @@
<x-filament-panels::page>
<h1 class="text-2xl font-bold mb-4">Deposits</h1>
<p>Claim promo codes for fake currency. Claim history below (coming soon).</p>
</x-filament-panels::page>

View File

@@ -1,3 +1,20 @@
<x-filament-panels::page>
</x-filament-panels::page>
<h1 class="text-2xl font-bold mb-4">Casino Lobby</h1>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="card bg-gray-800 p-4 rounded">
<h3 class="text-lg mb-2">Slots</h3>
<p>Pragmatic-style reels and animations.</p>
<a href="/games/slots" class="filament-button filament-button-size-sm">Play</a>
</div>
<div class="card bg-gray-800 p-4 rounded">
<h3 class="text-lg mb-2">Plinko</h3>
<p>Physics-based drop with multipliers.</p>
<a href="/games/plinko" class="filament-button filament-button-size-sm">Play</a>
</div>
<div class="card bg-gray-800 p-4 rounded">
<h3 class="text-lg mb-2">Wheel Spin</h3>
<p>Fortune wheel with prizes.</p>
<a href="/games/wheel" class="filament-button filament-button-size-sm">Play</a>
</div>
</div>
</x-filament-panels::page>

View File

@@ -0,0 +1,4 @@
<x-filament-panels::page>
<h1 class="text-2xl font-bold mb-4">Profile</h1>
<p>Change password, profile picture, email, add 2FA (coming soon).</p>
</x-filament-panels::page>

View File

@@ -0,0 +1,3 @@
<x-filament-panels::page>
<h1 class="text-2xl font-bold mb-4">Transactions</h1><p>View deposits, withdrawals, wins/losses (coming soon).</p>
</x-filament-panels::page>

View File

@@ -0,0 +1,3 @@
<x-filament-panels::page>
<h1 class="text-2xl font-bold mb-4">About Us</h1><p>Skunk Lounge is a fake casino for entertainment only. No real money.</p>
</x-filament-panels::page>