Feat/offline support#454
Conversation
|
Wrangler output for this change: ⛅️ wrangler 4.64.0 (update available 4.90.1) Uploaded tonk-access-service (4.45 sec) To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
483cd0e to
e1a3dd0
Compare
e1a3dd0 to
309bbf1
Compare
PR-Codex overview
This PR introduces a plan for implementing offline support in the application using a Service Worker. It outlines caching strategies, version management, user notifications for updates, and rollback capabilities to enhance user experience when offline or when new versions are deployed.
Detailed summary
Offline supportsection toplan/offline-support.md.