feat(dashboard): refine moment media experience
This commit is contained in:
@@ -11,7 +11,7 @@ $brandSubtitle = match ($page) {
|
||||
'setup' => 'Erstkonfiguration',
|
||||
default => 'Stimmungstracker',
|
||||
};
|
||||
$immersiveDashboard = $page === 'dashboard';
|
||||
$immersiveDashboard = in_array($page, ['dashboard', 'options'], true);
|
||||
$cssVersion = is_file(base_path('assets/css/app.css')) ? (string) filemtime(base_path('assets/css/app.css')) : '1';
|
||||
$jsVersion = is_file(base_path('assets/js/app.js')) ? (string) filemtime(base_path('assets/js/app.js')) : '1';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user