lobby now run in filament

This commit is contained in:
2025-09-03 21:23:25 +02:00
parent 3abe1244a0
commit 6e212db8e1
16 changed files with 314 additions and 79 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Filament\User\Pages;
use Filament\Pages\Page;
class Lobby extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-home';
protected static string $view = 'filament.user.pages.lobby';
}