This commit is contained in:
2026-03-20 21:17:26 +01:00
parent 1a62fcb81d
commit 29c3ff8572
229 changed files with 13147 additions and 2577 deletions

View File

@@ -4,11 +4,18 @@
@vite(['resources/js/dashboard/index.jsx'])
@endpush
@section('main-class', 'pt-20')
@section('content')
<div
id="dashboard-root"
data-username="{{ $dashboard_user_name }}"
data-is-creator="{{ $dashboard_is_creator ? '1' : '0' }}"
data-level="{{ $dashboard_level ?? 1 }}"
data-rank="{{ $dashboard_rank ?? 'Newbie' }}"
data-received-comments-count="{{ (int) ($dashboard_received_comments_count ?? 0) }}"
data-overview='@json($dashboard_overview ?? [])'
data-preferences='@json($dashboard_preferences ?? [])'
></div>
@if (session('status'))