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.
Service Worker Offline · TandoorRecipes/recipes#621 | Good First Issue