Files
daily-notification-plugin/src
Matthew Raymer 5c247f3ed2 refactor(web): simplify web implementation by removing excessive Service Worker complexity
- Remove IndexedDB-based Service Worker implementation (sw.ts)
- Remove Service Worker manager (service-worker-manager.ts)
- Simplify web.ts to use immediate operations and in-memory caching
- Fix TypeScript compilation errors from complex Service Worker types
- Preserve core plugin API functionality while reducing complexity
- All tests pass (58/58) and build compiles successfully

Resolves TypeScript build issues that emerged after merge.
TimeSafari integration will use platform-specific storage solutions.
Timestamp: 2025-10-03 06:24:23 UTC
2025-10-03 06:24:54 +00:00
..