Add guest push notifications and queue alerts

This commit is contained in:
Codex Agent
2025-11-12 20:38:49 +01:00
parent 2c412e3764
commit 574aa47ce7
34 changed files with 1806 additions and 74 deletions

View File

@@ -7,6 +7,14 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
@viteReactRefresh
@vite(['resources/css/app.css', 'resources/js/guest/main.tsx'])
<script>
window.__GUEST_RUNTIME_CONFIG__ = @json([
'push' => [
'enabled' => config('push.enabled', false),
'vapidPublicKey' => config('push.vapid.public_key'),
],
]);
</script>
</head>
<body>
<div id="root"></div>