You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(service-worker): add service worker utilities and logging support (#18)
* feat(service-worker): add service worker utilities and logging support
* feat(service-worker): refactor imports and add version-checker utility
* refactor(service-worker): enhance PWA installation handling with type definitions and improved comments
* feat(service-worker): add beforeinstallprompt option and integrate snackbar package
* refactor(snackbar): optimize logger and signal instantiation with pure annotations
* feat(snackbar): allow 'infinite' duration option for snackbar display
* doc(snackbar): update documentation to clarify 'infinite' duration option
* refactor(service-worker): update snackbar duration to 'infinite' for service worker notifications
* refactor(service-worker): improve AlwatrSignal instantiation with pure annotations
* refactor(service-worker): update version and repository directory in package.json
* feat(service-worker): add an empty test file for initial setup
* refactor(snackbar): simplify default duration assignment in showSnackbar function
* doc(service-worker): remove unnecessary comment in main.ts
* refactor(service-worker): remove install-pwa.ts file and related functionality
* refactor(logger): simplify logger initialization by removing package tracer and package details
* refactor(service-worker): remove serviceWorkerNotifyHandler and related functionality
* refactor(version-checker): remove isVersionLarger function and related logger usage
* refactor(service-worker): remove unused exports from main.ts
* refactor(service-worker): clean up package.json and yarn.lock by removing unused dependencies
* doc(service-worker): write installation
* chore: set correct owner homepage
* refactor(service-worker): review and enhance
Co-authored-by: arashagp <[email protected]>
* lint: make happy
---------
Co-authored-by: S. Amir Mohammad Najafi <[email protected]>
0 commit comments