webapp/src
padreug 8a9ffc5918 feat: Implement secure VAPID key generation for push notifications
- Replace random key generation with the web-push library for generating cryptographically secure VAPID keys.
- Update console output to guide users on adding keys to their environment configuration.
- Enhance error handling for VAPID key generation issues.
- Add web-push dependency to package.json and package-lock.json for proper functionality.
2025-07-12 18:10:33 +02:00
..
assets improve colors 2025-03-11 22:04:58 +01:00
components feat: Implement secure VAPID key generation for push notifications 2025-07-12 18:10:33 +02:00
composables feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
i18n chore: Set up Electron configuration and update dependencies 2025-03-20 17:26:15 +01:00
lib feat: Implement secure VAPID key generation for push notifications 2025-07-12 18:10:33 +02:00
pages feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
router feat(events): Add comprehensive events management with dynamic fetching and UI 2025-03-11 22:05:03 +01:00
stores feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
App.vue feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00