Basic knowledge of service workersFamiliarity with JavaScript and HTML
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
50
研究方向
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.