v1.2.9a — Fix: Offline Redirect on Note Create/Duplicate
Prevents an incorrect offline redirect when a user creates or duplicates a note while the app is in offline mode.
Tag
10 posts
Prevents an incorrect offline redirect when a user creates or duplicates a note while the app is in offline mode.
Disables file upload and management features when the app is offline, and fixes a crash when both the network and the RSC cache are unavailable.
Enhances the offline experience with live sync status indicators and user feedback when notes are created while offline.
Fixes the service worker's failure to recognize the Clerk proxy domain as an authenticated origin, and improves the WebSocket reconnection flow after going offline.
Serves all /notes/* routes from a shared app shell when the device is offline, enabling seamless navigation within the notes section without a network connection.
Precaches authentication route shells at service worker install time so that the sign-in and sign-up pages are available offline.
Replaces the Serwist-based service worker with a custom native service worker implementation for greater control over caching and offline behaviour.
Adds a service worker and caching strategies to enable StashSync.app to function as a Progressive Web App, supporting installation and offline use.