Transform StepView into a PWA with offline support and update notifications#7
Conversation
…ations - Add manifest.json with app metadata and SVG icons - Implement sw.js with cache-first strategy and versioned asset pre-caching - Update app.js to register service worker and manage update flow with UI banner - Update index.html to link manifest and add update notification banner - Add styles for update banner in styles.css - Bump BUILD version to 11 Closes #4 Co-authored-by: axe-fb <33528067+axe-fb@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Transform StepView into a PWA with offline support and update notifications
This PR implements the following:
manifest.jsondefining the app's name, description, and icons using the existingfavicon.svg.sw.jswith an offline-first caching strategy. It pre-caches core assets (index.html,app.js,styles.css,favicon.svg) and handles runtime caching for other requests.app.js?v=11) in bothindex.htmland the service worker's pre-cache list to ensure consistency.The changes remain dependency-free and adhere to the project's static structure.
Closes #4
PR created automatically by Jules for task 6492776943058064983 started by @axe-fb