DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Basic knowledge of service workersFamiliarity with JavaScript and HTML
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
50
Direzione di ricerca
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.