mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Add online indicator to navbar #30

Closed mrbrianevans closed 2 years ago

mrbrianevans commented 2 years ago

Using navigator.onLine add a little coloured dot to represent if the users device is currently connected to the internet (green for yes, orange for no)

This will make it easier for privacy-conscious users to determine if there device is disconnected from the internet, so they know that their data is not being sent to a server.

Also the plan is for future to have a service worker allowing the whole website to be cached, which would allow it to be loaded offline, and the online/offline indicator would good.

mrbrianevans commented 2 years ago

image

mrbrianevans commented 2 years ago

This has been broken by GH-43 which added offline capability with PWA. Now it always shows as online, even when network is disconnected