Description
NetworkStatus shows an "offline" banner when the browser loses connectivity, but it does not remove the banner when connectivity is restored. The component should listen to the window online and offline events and update the indicator accordingly.
Acceptance Criteria
Context
- Target file:
src/components/NetworkStatus.tsx
Description
NetworkStatusshows an "offline" banner when the browser loses connectivity, but it does not remove the banner when connectivity is restored. The component should listen to thewindowonlineandofflineevents and update the indicator accordingly.Acceptance Criteria
window.addEventListener('online', ...)andwindow.addEventListener('offline', ...)Context
src/components/NetworkStatus.tsx