created a demo mode for the guest pwa

This commit is contained in:
Codex Agent
2025-11-17 12:24:14 +01:00
parent 167734f87a
commit 2978b0ef15
11 changed files with 671 additions and 17 deletions

View File

@@ -370,7 +370,7 @@ class EventController extends Controller
];
$taskSummary['pending'] = max(0, $taskSummary['total'] - $taskSummary['completed']);
$translate = static function ($value, string $fallback = '') {
$translate = static function ($value, ?string $fallback = '') {
if (is_array($value)) {
$locale = app()->getLocale();
$candidates = array_filter([