dstpabuaran.com/resources/js/components
Yoga Pangestu 95be00c9d1 feat: add push notification functionality and service worker
- 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.
2026-08-01 11:36:20 +07:00
..
ui feat: add Combobox component with input, trigger, and clear functionalities 2026-08-01 02:11:00 +07:00
alert-error.tsx initial commit 2026-07-28 17:40:38 +07:00
app-content.tsx initial commit 2026-07-28 17:40:38 +07:00
app-header.tsx initial commit 2026-07-28 17:40:38 +07:00
app-logo-icon.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
app-logo.tsx feat: replace SVG logo with image logo and update AppLogoIcon usage 2026-07-29 00:05:56 +07:00
app-shell.tsx initial commit 2026-07-28 17:40:38 +07:00
app-sidebar-header.tsx feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
app-sidebar.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
appearance-tabs.tsx initial commit 2026-07-28 17:40:38 +07:00
breadcrumbs.tsx initial commit 2026-07-28 17:40:38 +07:00
camera-capture.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
confirm-dialog.tsx feat: implement category management with CRUD functionality and integrate sluggable for SEO-friendly URLs 2026-07-29 01:11:53 +07:00
data-table.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
date-picker.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
delete-user.tsx initial commit 2026-07-28 17:40:38 +07:00
file-upload.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
flash-toast.tsx feat: integrate FlashToast component and update Toaster usage 2026-07-29 01:35:34 +07:00
heading.tsx initial commit 2026-07-28 17:40:38 +07:00
image-preview-modal.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
input-error.tsx initial commit 2026-07-28 17:40:38 +07:00
location-map.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
manage-passkeys.tsx initial commit 2026-07-28 17:40:38 +07:00
manage-two-factor.tsx initial commit 2026-07-28 17:40:38 +07:00
nav-user.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
notification-bell.tsx feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
passkey-item.tsx initial commit 2026-07-28 17:40:38 +07:00
passkey-register.tsx initial commit 2026-07-28 17:40:38 +07:00
passkey-verify.tsx initial commit 2026-07-28 17:40:38 +07:00
password-input.tsx initial commit 2026-07-28 17:40:38 +07:00
phone-number-input.tsx Add admin settings routes and corresponding feature tests 2026-07-31 01:04:14 +07:00
pwa-update-toast.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
rupiah-input.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
text-link.tsx initial commit 2026-07-28 17:40:38 +07:00
two-factor-recovery-codes.tsx initial commit 2026-07-28 17:40:38 +07:00
two-factor-setup-modal.tsx initial commit 2026-07-28 17:40:38 +07:00
user-info.tsx feat: update User model and UserInfo component to use full_name attribute 2026-07-30 13:51:09 +07:00
user-menu-content.tsx Refactor security settings page and update password functionality 2026-07-30 22:08:24 +07:00