- Add service worker (sw.js) for push notification handling - Add usePushNotifications hook for subscription management - Add NotificationToggle component in room header - Update sync server with web-push for sending notifications - Add VAPID keys configuration - Notifications for: friend joins, friend leaves, meeting points set Push notification events: - Friend joins room: "Friend Joined! 👋" - Friend leaves room: "Friend Left" - Meeting point set: "Meeting Point Set! 📍" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Dockerfile | ||
| docker-compose.yml | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||