6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML4,470 stars (4,470 stars)500 forks (500 forks)batch import
Hacktoberfestenhancementfrontendgood first issue
Description
Show when being served from offline cache
Contributor guide
- Tech stack
- javascripthtml
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of service workersFamiliarity with JavaScript and HTML
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue requests adding a visual indicator when the app is served from an offline cache. Investigate the existing service worker implementation in the repository. Look for service worker registration and cache strategies. The frontend likely uses JavaScript; identify where to add a UI element (e.g., a banner) to show offline status. Review any existing comments for additional requirements. Implement using the service worker's 'fetch' event to detect offline mode.