- Implemented push notifications with a service worker (sw.ts) to handle caching and notifications. - Added API routes for push subscription and notification management in routes/api.php. - Created NotificationTest to validate notification service functionality and ensure correct notifications are sent based on user roles and actions. - Updated Permissions component to manage notification permissions and subscriptions. - Enhanced CategoryIndex component to highlight categories based on notifications. - Excluded service worker from TypeScript compilation in tsconfig.json. - Updated Vite configuration to include service worker in the build process. |
||
|---|---|---|
| .. | ||
| use-appearance.tsx | ||
| use-clipboard.ts | ||
| use-current-url.ts | ||
| use-file-upload.ts | ||
| use-flash-toast.ts | ||
| use-initials.tsx | ||
| use-mobile-navigation.ts | ||
| use-mobile.ts | ||
| use-mobile.tsx | ||
| use-push-notification.ts | ||
| use-two-factor-auth.ts | ||