Merge pull request #8 from ai5590/codex/add-session-closing-notifications-and-pwa-support

Add PWA / FCM push support (frontend + server) with direct messages and delivery tracking
This commit is contained in:
ai5590 2026-04-05 12:39:49 +03:00 committed by GitHub
commit ff911636c7

View File

@ -1,4 +1,4 @@
import { renderHeader } from '../components/header.js?v=20260403081123'; import { renderHeader } from '../components/header.js?v=20260405091124';
export const pageMeta = { id: 'login-view', title: 'Войти', showAppChrome: false }; export const pageMeta = { id: 'login-view', title: 'Войти', showAppChrome: false };